diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-21 01:24:01 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-21 01:24:01 +0100 |
| commit | cd675b6bdaf957fc6b0cabc13ec90309675b9176 (patch) | |
| tree | 9f2b9abcc1dbf5a35b2ffd9d953bd0891f07a084 | |
| parent | e77638e8834991d387ce74da43d86d60665d7528 (diff) | |
sway: Use new soundswitch
| -rw-r--r-- | .config/sway/binds.conf | 4 |
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 {{{ |