Fixed bemenu-run invocation
This commit is contained in:
parent
6ee013d84b
commit
4d9e997b87
|
@ -20,4 +20,4 @@ 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 | xargs swaymsg exec --
|
set $menu bemenu-run --no-exec | xargs swaymsg exec --
|
||||||
|
|
Loading…
Reference in New Issue