mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
rofi: Show window on focused monitor
This makes rofi work nicely with multi-monitor setups, however I was planning to remove rofi since I can do everything that rofi can do with a simple shell, and without having to worry about its inconveniences, such as unreadable default wal color themes.
This commit is contained in:
parent
ded1649cea
commit
d2883d0cb9
@ -59,4 +59,5 @@ env \
|
||||
XCURSOR_SIZE="$CURSOR_SIZE" \
|
||||
rofi \
|
||||
-show drun \
|
||||
-dpi "$ROFI_DPI"
|
||||
-dpi "$ROFI_DPI" \
|
||||
-m -1
|
||||
|
Loading…
Reference in New Issue
Block a user