From 28df6a98ab3ce10e79f9247b548cfd2b25dbd1c8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 28 Jul 2024 20:17:39 -0400 Subject: [PATCH] thelio76: detect active monitor rofi --- config/modules/bspwm/sxhkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; }; }; }