# ~/.config/sway/config.d/50-launchers.conf # Launcher keybinds. The base $menu var in config is the drun launcher. # These add run mode, window switcher, and the powermenu. # $mod+grave already used by foot dropdown — don't clobber. # $mod+Tab already used by workspace back_and_forth — don't clobber. # $mod+slash is the cheatsheet — keep it. # Exec ad-hoc command (not in $PATH discovery) bindsym $mod+F12 exec wofi --show run --prompt "exec" # Sway window switcher (replaces `swayr`-style overview) bindsym $mod+F11 exec wofi --show window # Power menu — dmenu mode driven by wofi-powermenu script. # wofi has no custom-mode feature; the script does the dispatch. bindsym $mod+Escape exec $HOME/.local/bin/wofi-powermenu