Display bemenu only on active display
This commit is contained in:
parent
eff1b70f68
commit
8f103bfbd8
|
@ -20,4 +20,5 @@ set $term alacritty
|
||||||
# Preferred application launcher
|
# Preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
set $menu bemenu-run --no-exec --monitor=all | xargs swaymsg exec --
|
#set $menu bemenu-run --no-exec --monitor=all | xargs swaymsg exec --
|
||||||
|
set $menu bemenu-run --no-exec | xargs swaymsg exec --
|
||||||
|
|
Loading…
Reference in New Issue