summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-05-26 12:03:11 -0400
committerDavid Robillard <d@drobilla.net>2016-05-26 12:05:22 -0400
commitdd2bd3ac588d45daa101fc5a1cd4adcd912630e8 (patch)
tree9fab9e4f38969db90341a13a21d6bb5c667e11a1 /sxhkd
parent2f7ffcb1dccdb4a33841b7a3532be2c8db820038 (diff)
downloaddotfiles-dd2bd3ac588d45daa101fc5a1cd4adcd912630e8.tar.gz
dotfiles-dd2bd3ac588d45daa101fc5a1cd4adcd912630e8.tar.bz2
dotfiles-dd2bd3ac588d45daa101fc5a1cd4adcd912630e8.zip
Add lemonbar configuration
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc12
1 files changed, 8 insertions, 4 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 63f191f..e6b5de3 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -5,12 +5,14 @@
super + p
bspc config top_padding $PANEL_HEIGHT; \
xdotool search --classname Conky windowmap; \
+ xdotool search --name bar windowmap; \
xdotool search --classname stalonetray windowmap; \
xdotool search --classname stalonetray windowraise
super + shift + p
xdotool search --classname stalonetray windowunmap; \
xdotool search --classname Conky windowunmap; \
+ xdotool search --name bar windowunmap; \
bspc config top_padding 0
super + s
@@ -32,14 +34,16 @@ super + ctrl + c
super + t
bspc desktop -l next; \
if bspc query --tree | grep -q ' M - \*'; then \
- xdotool search --classname stalonetray windowunmap; \
+ xdotool search --classname stalonetray windowunmap; \
xdotool search --classname Conky windowunmap; \
+ xdotool search --name bar windowunmap; \
bspc config top_padding 0; \
else \
bspc config top_padding $PANEL_HEIGHT; \
- xdotool search --classname Conky windowmap; \
- xdotool search --classname stalonetray windowmap; \
- xdotool search --classname stalonetray windowraise; \
+ xdotool search --classname Conky windowmap; \
+ xdotool search --name bar windowmap; \
+ xdotool search --classname stalonetray windowmap; \
+ xdotool search --classname stalonetray windowraise; \
fi
super + b