diff options
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 179e048..3d62b67 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -267,7 +267,7 @@ bindsym $mod+Shift+i exec anthywl-toggle # https://whynothugo.nl/journal/2022/11/04/copying-with-super-c/ bindsym $mod+x exec wtype -P XF86Cut bindsym $mod+c exec wtype -P XF86Copy -bindsym $mod+p exec wtype -P XF86Paste +bindsym $mod+v exec wtype -P XF86Paste # Media volume controls bindsym XF86AudioMute exec soundswitch -m |