From 89d89e7dae95703af7d9a3188cb1e73aa99fd13b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 6 May 2019 17:06:22 +0200 Subject: i3 --- .i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 4e21b50..6fa0940 100644 --- a/.i3/config +++ b/.i3/config @@ -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 -- cgit v1.2.3