diff --git a/modules/user/bspwm.nix b/modules/user/bspwm.nix index dbeef3d..71367c5 100644 --- a/modules/user/bspwm.nix +++ b/modules/user/bspwm.nix @@ -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 diff --git a/modules/user/sxhkd.nix b/modules/user/sxhkd.nix index ad36ab4..b2bda2b 100644 --- a/modules/user/sxhkd.nix +++ b/modules/user/sxhkd.nix @@ -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}";