nix/module/sway/module/10-Launcher

7 lines
364 B
Plaintext
Raw Normal View History

2024-03-28 05:55:16 +03:00
# Application launcher.
# 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.
2024-04-03 06:47:48 +03:00
set $menu _dmenu_path_wrapped | wmenu -b -p 'Run:' -i -f "$font_name_popup $font_size_popup" -M $bg -S $bg -N $bg -m $accent -s $accent -n $fg | xargs swaymsg exec --
2024-04-01 06:30:57 +03:00
bindsym $mod+space exec $menu