diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-22 14:50:52 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-22 14:50:52 +0100 |
| commit | 080a613ca79cb6f8bdd94a38c3d24395ea4f2dff (patch) | |
| tree | 250b076af4a4a99c606c67edbd1bbf6b42e2d8f5 /dot-config/sway | |
| parent | 352d0cb098f4ae475bd1e93a6cae300c8beffdfd (diff) | |
Add wmenu keybinding to sway
Diffstat (limited to 'dot-config/sway')
| -rwxr-xr-x | dot-config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
