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

12 lines
265 B
Nix
Raw Normal View History

2024-10-14 00:59:15 +03:00
{ ... }:
{
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
2024-04-06 03:03:58 +03:00
bindsym $mod+space exec $menu
'';
2024-04-06 03:03:58 +03:00
}