diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-28 15:23:15 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-28 15:23:15 +0000 |
| commit | 4de55149335c01fd4b0a57c2db7f82c556be9665 (patch) | |
| tree | 6f4d9eee0f6c1accc4476266ca8b8b785781341e /dot-config | |
| parent | cc040affd70eadb4feb3d0d20883e842c64d5ae1 (diff) | |
Add menu prompt keybinding
Diffstat (limited to 'dot-config')
| -rw-r--r-- | 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 e835175..7a192a4 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -87,6 +87,7 @@ client.focused_inactive $inactcol $inactcol #000000 $inactcol # Bindings floating_modifier $mod normal bindsym $mod+Space exec bemenu-run --prompt='Run: ' +bindsym Menu exec bemenu-run --prompt='Run: ' bindsym $mod+Return exec $term bindsym $mod+q kill bindsym $mod+r reload |
