thelio76: detect active monitor rofi
This commit is contained in:
parent
e9131f2974
commit
28df6a98ab
|
@ -77,7 +77,7 @@
|
||||||
"super + {Left,Down,Up,Right}" =
|
"super + {Left,Down,Up,Right}" =
|
||||||
" bspc node -v {-20 0,0 20,0 -20,20 0}";
|
" 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)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue