Add shortcut for screenshooting
This commit is contained in:
parent
10c4d9edda
commit
a4c90174fa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue