summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-01-07 19:08:01 +0100
committerRobert Günzler <r@gnzler.io>2023-01-07 19:08:01 +0100
commitad601f55f86a056640ee394789c3cfaae69ef671 (patch)
tree8de11ebde82cd05bbe25b13d51b4a86a06fb3b84 /.config
parent4a7d562e8ba26b2d5c5f7cc74637c7a51d8bc7a2 (diff)
sway: add binds for secretmenu/connmenu
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config')
-rw-r--r--.config/sway/binds.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf
index e3c5719..a449127 100644
--- a/.config/sway/binds.conf
+++ b/.config/sway/binds.conf
@@ -246,8 +246,9 @@ mode "menu" {
   bindsym a exec soundswitch; mode "default"
   bindsym m exec mnts; mode "default"
   bindsym n exec notifmenu; mode "default"
-  bindsym p exec passmenu; mode "default"
+  bindsym p exec secretmenu; mode "default"
   bindsym r exec rcmenu; mode "default"
+  bindsym c exec connmenu; mode "default"
   # bindsym x exec menu -drun; mode "default"
   bindsym d exec swdo; mode "default"