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
|
|
|
}
|