summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc2
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 908904b..840c52d 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -1,6 +1,6 @@
#!/bin/sh
-export PANEL_PAD=18
+export PANEL_PAD=36
export PANEL_NAME="Top Expanded Edge Panel"
bspc config border_width 2
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 3be442f..09e36e4 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -16,7 +16,7 @@ super + Escape
# show panel
super + ctrl + p
- bspc config top_padding $PANEL_HEIGHT; \
+ bspc config top_padding $PANEL_PAD; \
xdotool search --name "Top Expanded Edge Panel" windowmap; \
xdotool search --name "Top Expanded Edge Panel" windowraise;