diff options
Diffstat (limited to 'sxhkd/sxhkdrc')
-rw-r--r-- | sxhkd/sxhkdrc | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index e6b5de3..f9b005b 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -7,12 +7,14 @@ super + p xdotool search --classname Conky windowmap; \ xdotool search --name bar windowmap; \ xdotool search --classname stalonetray windowmap; \ - xdotool search --classname stalonetray windowraise + xdotool search --classname stalonetray windowraise; \ + xdotool search --name "Top Expanded Edge Panel" windowmap; super + shift + p xdotool search --classname stalonetray windowunmap; \ xdotool search --classname Conky windowunmap; \ xdotool search --name bar windowunmap; \ + xdotool search --name "Top Expanded Edge Panel" windowunmap; \ bspc config top_padding 0 super + s @@ -75,6 +77,9 @@ super + y super + m bspc window -s biggest +super + space + bspc desktop -l next + super + {_,shift + }{Left,Down,Up,Right} bspc window -{f,s} {left,down,up,right} @@ -121,11 +126,8 @@ super + @button{1-3} super + Return gnome-terminal -super + space - dmenu_run -sb "#92A850" -fn monospace-13 - super + ctrl + r - dmenu_run -sb "#92A850" -fn monospace-13 + rofi -fg "#92A850" -font "Monospace 20" -show run # make sxhkd reload its configuration files: super + Escape @@ -136,10 +138,10 @@ super + Escape # XF86MonBrightnessDown - xbacklight -dec 15 + xbacklight -dec 2 XF86MonBrightnessUp - xbacklight -inc 15 + xbacklight -inc 2 XF86KbdBrightnessDown /home/drobilla/bin/kbdled.sh down |