X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=i3%2Fconfig;h=d8297ccb9ede382723b26a535af228a127148270;hb=6c6e1b5d8c2278a9bd75987cf7db73348b91b855;hp=e30d661c02143d0a45c230c766e192e136a2378b;hpb=cc4abfb3797934ea3fa1d7e93ab85a93fbf259b1;p=dotfiles.git diff --git a/i3/config b/i3/config index e30d661..d8297cc 100644 --- a/i3/config +++ b/i3/config @@ -11,8 +11,14 @@ set $mod Mod4 -exec setxkbmap dvorak -exec xautolock -locker i3lock -time 5 +exec setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt -option grp:menu_toggle +exec xautolock -locker 'i3lock -c ccff00' +exec convert -size 1600x900 plasma:fractal -colorspace Gray -modulate 20,100,10 png:- | display -window root +exec netctltray + +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 +38,9 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal +# start a browser +bindsym $mod+b exec uzbl-browser + # lock the screen bindsym $mod+l exec xautolock -locknow