summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-02-21 01:24:01 +0100
committerRobert Günzler <r@gnzler.io>2020-02-21 01:24:01 +0100
commitcd675b6bdaf957fc6b0cabc13ec90309675b9176 (patch)
tree9f2b9abcc1dbf5a35b2ffd9d953bd0891f07a084
parente77638e8834991d387ce74da43d86d60665d7528 (diff)
sway: Use new soundswitch
-rw-r--r--.config/sway/binds.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf
index 5e62996..ccbcfa8 100644
--- a/.config/sway/binds.conf
+++ b/.config/sway/binds.conf
@@ -39,9 +39,7 @@ bindsym Escape mode "default"
 
 bindsym $mod+Shift+b border toggle
 
-bindsym $mod+a exec soundswitch_dmenu
-bindsym $mod+Shift+a exec soundswitch_dmenu global
-bindsym $mod+n exec networkmanager_dmenu
+bindsym $mod+a exec soundswitch
 # }}}
 
 # Moving around {{{