diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-02-13 00:35:29 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-02-13 00:35:29 +0000 |
| commit | 0351672b509d3db2074474641bf23b2a1a5894f1 (patch) | |
| tree | 80f303738e42aacfb23100ccb5e74c21e214c893 /sway/conf.d/20-binds.conf | |
| parent | 0e05994530deb53982ee8559c9fbf99845e15ee7 (diff) | |
Change screenlocker and update screenshot program
Diffstat (limited to 'sway/conf.d/20-binds.conf')
| -rw-r--r-- | sway/conf.d/20-binds.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sway/conf.d/20-binds.conf b/sway/conf.d/20-binds.conf index 02f032e..f4a4246 100644 --- a/sway/conf.d/20-binds.conf +++ b/sway/conf.d/20-binds.conf @@ -92,11 +92,15 @@ bindsym $mod+a focus parent bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show +bindsym $mod+c exec $clipboard_hist +# Clipboard history + # Screenshot bindsym Print exec $screenshot_area -bindsym Print+Alt exec $screenshot_area_clipboard +#bindsym Print+Alt exec $screenshot_area_clipboard bindsym Print+Shift exec $screenshot_screen -bindsym Print+Shift+Alt exec $screenshot_screen_clipboard +bindsym Print+Alt exec $screenshot_window +#bindsym Print+Shift+Alt exec $screenshot_screen_clipboard # Audio # bindsym $mod+bracketleft exec pactl set-sink-volume @DEFAULT_SINK@ -5% |
