diff options
Diffstat (limited to '.i3')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -190,7 +190,7 @@ client.placeholder $bg $bg $bg $bg client.background $black exec --no-startup-id nm-applet -exec --no-startup-id feh --bg-fill .i3/wp.jpg +exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg # Start i3bar to display a workspace bar (plus the system information i3status @@ -212,6 +212,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute s 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 +bindsym $mod+p exec "scrot ~/Downloads/Screenshot%Y-%m-%d%H:%M:%S.png" + exec "setxkbmap -layout de" #start autostart.sh |