summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc9
1 files changed, 4 insertions, 5 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 39b71a7..5a1cbf3 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -4,7 +4,7 @@
# terminal emulator
super + Return
- gnome-terminal
+ xfce4-terminal
# program launcher
super + ctrl + r
@@ -16,13 +16,12 @@ super + Escape
# show panel
super + ctrl + p
- bspc config top_padding $PANEL_PAD; \
- xdotool search --name "Top Expanded Edge Panel" windowmap; \
- xdotool search --name "Top Expanded Edge Panel" windowraise;
+ bspc config top_padding 46; \
+ xfconf-query -c xfce4-panel -p /panels/panel-0/autohide-behavior -s 0
# hide panel
super + ctrl + shift + p
- xdotool search --name "Top Expanded Edge Panel" windowunmap; \
+ xfconf-query -c xfce4-panel -p /panels/panel-0/autohide-behavior -s 2; \
bspc config top_padding 0
#