diff options
author | David Robillard <d@drobilla.net> | 2017-12-10 15:36:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-10 15:37:04 +0100 |
commit | 985cad1e6e69d34490076e85b804587040eb7e02 (patch) | |
tree | de401e4d3be0f0bbd9bc465c9eda0671ec402f54 /sxhkd | |
parent | 06fa1112f320e0cc74521685534d8fb3cf221cc6 (diff) | |
download | dotfiles-985cad1e6e69d34490076e85b804587040eb7e02.tar.gz dotfiles-985cad1e6e69d34490076e85b804587040eb7e02.tar.bz2 dotfiles-985cad1e6e69d34490076e85b804587040eb7e02.zip |
Fix panel padding
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; |