From 31d539f23341455e18a1cf7c51ce02bfb72aedf7 Mon Sep 17 00:00:00 2001 From: Pearu Vaalma Date: Thu, 13 Aug 2020 17:46:34 +0300 Subject: [PATCH] Add mediaplayer transport keys --- i3/.cfg_src/i3/config.base | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/.cfg_src/i3/config.base b/i3/.cfg_src/i3/config.base index a9a3d83..c26e7e5 100644 --- a/i3/.cfg_src/i3/config.base +++ b/i3/.cfg_src/i3/config.base @@ -109,9 +109,14 @@ bindsym $mod+r mode "resize" bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks +# media bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D pulse sset Master 3%+ unmute bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse sset Master 3%- unmute bindsym XF86AudioMute exec --no-startup-id amixer -q -D pulse sset Master mute +bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause +bindsym XF86AudioStop exec --no-startup-id playerctl stop +bindsym XF86AudioNext exec --no-startup-id playerctl next +bindsym XF86AudioPrev exec --no-startup-id playerctl previous #change keyboard layout set $keyboardMode "keyboard e=ee, u=us"