diff --git a/.config/i3/config-laptop-work b/.config/i3/config-laptop-work index 08cae4d..87e4bdc 100644 --- a/.config/i3/config-laptop-work +++ b/.config/i3/config-laptop-work @@ -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