diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 15:10:17 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:39 +0100 |
| commit | 2b7f6a55bad8753c7ac336b74145ee9c9bb32410 (patch) | |
| tree | 970a525ee72981508a6577784948d945f2973c67 /.config | |
| parent | fc67eecc8a40bf28d3d2b190702e58c580bfba9f (diff) | |
sway: add super+c bindings
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config')
| -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 |