update
[dotfiles.git] / i3 / config
index 33e644b..d8297cc 100644 (file)
--- a/i3/config
+++ b/i3/config
 
 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,12 @@ 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
+
 # kill focused window
 bindsym $mod+Shift+apostrophe kill