diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-06 17:06:22 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-06 17:06:22 +0200 |
commit | 89d89e7dae95703af7d9a3188cb1e73aa99fd13b (patch) | |
tree | 065a72131b943dc2121321fb421d655fab241dbf /.i3/config | |
parent | 995d9e198efcf66e2306035e43b17821f0e15527 (diff) | |
download | dotfiles-89d89e7dae95703af7d9a3188cb1e73aa99fd13b.tar.gz |
i3
Diffstat (limited to '.i3/config')
-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 |