From 080a613ca79cb6f8bdd94a38c3d24395ea4f2dff Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 22 Jul 2025 14:50:52 +0100 Subject: Add wmenu keybinding to sway --- dot-config/sway/config | 1 + 1 file changed, 1 insertion(+) (limited to 'dot-config/sway') diff --git a/dot-config/sway/config b/dot-config/sway/config index d4f77f6..26172c6 100755 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -96,6 +96,7 @@ bindsym $mod+Insert exec $shell 'bookmark add' bindsym $mod+Return exec $term bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Space exec bemenu-run --prompt='Run: ' +bindsym $mod+Shift+Space exec wmenu-run -p "Run" -f "Hack 12" -M 00ffff -m 000000 -N 000000 -n aaaaaa -S 00ffff -s 000000 bindsym $mod+b exec $shell 'bookmark' bindsym $mod+bracketleft exec mpc prev bindsym $mod+bracketright exec mpc next -- cgit