nix/home/file/sway/module/Launcher.nix

11 lines
253 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +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
2024-11-04 04:37:29 +03:00
bindsym $mod+space exec $menu
'';
2024-04-06 03:03:58 +03:00
}