user/sxhkd: show bar on super_l hold
This commit is contained in:
parent
bba52e38de
commit
1e80b3f543
2 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
window_gap = 10;
|
window_gap = 10;
|
||||||
border_width = 0;
|
border_width = 0;
|
||||||
split_ratio = 0.5;
|
split_ratio = 0.5;
|
||||||
top_padding = 35;
|
top_padding = 0;
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
${pkgs.feh}/bin/feh --no-fehbg --bg-fill ~/Pictures/Wallpapers/current
|
${pkgs.feh}/bin/feh --no-fehbg --bg-fill ~/Pictures/Wallpapers/current
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,9 @@ in {
|
||||||
# Gamma
|
# Gamma
|
||||||
"ctrl + XF86MonBrightness{Up,Down}" = "xgamma -gamma {1.3,1}";
|
"ctrl + XF86MonBrightness{Up,Down}" = "xgamma -gamma {1.3,1}";
|
||||||
|
|
||||||
|
"Super_L" = "eww open mainbar";
|
||||||
|
"@Super_L" = "eww close mainbar";
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
"super + {_,shift + }c" = "bspc node -{c,k}";
|
"super + {_,shift + }c" = "bspc node -{c,k}";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue