user/sxhkd: show bar on super_l hold

This commit is contained in:
LavaDesu 2022-04-13 21:42:30 +07:00
parent bba52e38de
commit 1e80b3f543
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@
window_gap = 10;
border_width = 0;
split_ratio = 0.5;
top_padding = 35;
top_padding = 0;
};
extraConfig = ''
${pkgs.feh}/bin/feh --no-fehbg --bg-fill ~/Pictures/Wallpapers/current

View file

@ -32,6 +32,9 @@ in {
# Gamma
"ctrl + XF86MonBrightness{Up,Down}" = "xgamma -gamma {1.3,1}";
"Super_L" = "eww open mainbar";
"@Super_L" = "eww close mainbar";
# Kill focused window
"super + {_,shift + }c" = "bspc node -{c,k}";