Add shortcut for screenshooting

This commit is contained in:
Jan Philipp Timme 2022-08-10 10:27:44 +02:00
parent 10c4d9edda
commit a4c90174fa
1 changed files with 5 additions and 0 deletions

View File

@ -199,6 +199,10 @@ mode "nomodkey" {
bindsym $mod+Shift+g mode "default"
}
# simple screenshot binding
bindsym $mod+Shift+s exec --no-startup-id xfce4-screenshooter
# Pulse Audio controls
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
@ -219,6 +223,7 @@ for_window [class="pinentry"] floating enable
# Autostart programs
exec --no-startup-id xfce4-power-manager
exec --no-startup-id pasystray
exec --no-startup-id nm-applet
exec --no-startup-id nextcloud