nix/home/file/sway/module/Launcher.conf
2024-12-18 12:08:17 +03:00

12 lines
265 B
Plaintext

{ ... }:
{
text = ''
# 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.
set $menu fuzzel
bindsym $mod+space exec $menu
'';
}