diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -339,11 +339,15 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness +#Screenshot on win+p +bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" #bindsym XF86RFKill exec --no-startup-id i3-nagbar -t warning -m asdf exec --no-startup-id "setxkbmap -layout de" exec --no-startup-id "compton" exec --no-startup-id "xrdb ~/.Xresources" +exec --no-startup-id "lxqt-policykit-agent" + #start autostart.sh exec --no-startup-id ~/autostart.sh |