From 0c6176d6a460b2833f280f95c1bdc20a5d2e571b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 16 Mar 2020 18:20:27 +0000 Subject: Keyboard changes for uni --- sxhkd/sxhkdrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index fe883df..11e6853 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -127,17 +127,17 @@ super + {Left,Down,Up,Right} # Media # -XF86Audio{Play,Stop,Next,Prev} - playerctl {play-pause,stop,next,previous} +super + alt + shift + ctrl + {a,r,s,t} + playerctl {play-pause,stop,previous,next} -XF86MonBrightness{Up,Down} +super + alt + shift + ctrl + {w,q} light -{A,U} 5 -XF86Audio{Raise,Lower}Volume - amixer set Master 5%{+,-} +super + alt + shift + ctrl + {p,f,g} + amixer set Master {5%+,5%-,toggle-mute} -XF86AudioMute - amixer set Master toggle-mute +super + alt + shift + ctrl + z + emacsclient -c -a emacs # # Power -- cgit