thelio76: detect active monitor rofi

This commit is contained in:
Alex 2024-07-28 20:17:39 -04:00
parent e9131f2974
commit 28df6a98ab
1 changed files with 1 additions and 1 deletions

View File

@ -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)";
};
};
}