diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index cf3c918..28e715e 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -24,6 +24,7 @@ xbacklight = "${pkgs.xorg.xbacklight}/bin/xbacklight"; resetBspwm = pkgs.writeShellScript "resetBspwm" '' bspc wm -r + for p in {top,bottom,left,right}; do bspc config -m any ''${p}_padding 0; done # Reset padding systemctl --user restart polybar # Restart polybar ''; moveAllNodesToPrimary = pkgs.writeShellScript "moveAllNodesToPrimary" ''