diff --git a/config/modules/bspwm/sxhkd.nix b/config/modules/bspwm/sxhkd.nix index a751a0a..5b5f8ae 100644 --- a/config/modules/bspwm/sxhkd.nix +++ b/config/modules/bspwm/sxhkd.nix @@ -77,7 +77,7 @@ "super + {Left,Down,Up,Right}" = " bspc node -v {-20 0,0 20,0 -20,20 0}"; - "Super_L; @Super_L" = "rofi -show drun"; + "Super_L; @Super_L" = "rofi -show drun -monitor $(bspc query --monitors -m focused --names)"; }; }; }