diff options
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% |
