nix/home/config/sway/module/Launcher.nix

12 lines
265 B
Nix

{ ... }:
{
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
'';
}