diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:22:08 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-04-21 19:22:08 +0100 |
| commit | 318e8a912aa61946891399b956b797d2d51c87c0 (patch) | |
| tree | 7e1d7b54530777f2e948a7ae7bb73cd1e889981e /sway/config | |
| parent | 7dd4ecbae50e37a9a86aa76068d6f5fd6a97996d (diff) | |
| parent | 410dca7c0be863d5e250e51caa6104e66238a09d (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/config b/sway/config index da1f0ff..3ccc6cb 100644 --- a/sway/config +++ b/sway/config @@ -148,8 +148,10 @@ bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show # Screenshot -bindsym Print exec /usr/share/sway/scripts/grimshot --notify copy area +bindsym Print exec /usr/share/sway/scripts/grimshot copy area +bindsym Print+Control exec /usr/share/sway/scripts/grimshot --notify save area bindsym $mod+Shift+equal exec /usr/share/sway/scripts/grimshot --notify copy area +bindsym $mod+Control+equal exec /usr/share/sway/scripts/grimshot --notify save area bindsym $mod+bracketleft exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym $mod+bracketright exec pactl set-sink-volume @DEFAULT_SINK@ +5% |
