X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=i3%2Fconfig;h=b62ce5b8710bc37c8b6bf579b26db5a810286d26;hb=d7974f44289f5483e6eeb81e5c6ae20991943dfb;hp=33e644b7514f6614dc4f59e95cbb470295635058;hpb=3ce5198b704dba3e81a61d67e431f45a0f4e3ff4;p=dotfiles.git diff --git a/i3/config b/i3/config index 33e644b..b62ce5b 100644 --- a/i3/config +++ b/i3/config @@ -12,7 +12,12 @@ set $mod Mod4 exec setxkbmap dvorak -exec xautolock -locker i3lock -time 5 +exec xautolock -locker 'i3lock -c 000000' +exec convert -size 1600x900 gradient:grey15-black png:- | display -window root + +bindsym XF86AudioLowerVolume exec amixer set Master 5- +bindsym XF86AudioRaiseVolume exec amixer set Master 5+ +bindsym XF86AudioMute exec amixer set Master toggle # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -32,6 +37,9 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal +# lock the screen +bindsym $mod+l exec xautolock -locknow + # kill focused window bindsym $mod+Shift+apostrophe kill