diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |