added directories, todoman and mpd
[dotfiles.git] / x / .config / i3 / config
index f8534f5..ba92828 100644 (file)
@@ -14,20 +14,19 @@ set $font DejaVu Sans Mono
 set $fontsize 12
 
 # lock the screen after 10 minutes
-exec xautolock -locker ~/.local/bin/lock.sh &\
-       display -window root /tmp/bg.png &\
+exec display -window root /tmp/bg.png &\
        dunst &\
-       /usr/sbin/wpa_gui -t &\
        urxvtd -q -o -f &\
+       mpd &\
        xrdb -merge ~/.Xresources &\
        setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt,grp:menu_toggle
 
+# Toggle playback
+bindsym Pause exec mpc toggle
 # Printscreen current window
 bindsym Shift+Print exec ~/.local/bin/scr window
 # Printscreen
 bindsym Print exec ~/.local/bin/scr
-# lock the screen
-bindsym $mod+l exec xautolock -locknow
 # put a password in the clipboard
 bindsym $mod+y exec /usr/share/doc/pass/examples/dmenu/passmenu
 bindsym $mod+b exec ~/.local/bin/network
@@ -146,6 +145,4 @@ bar {
        status_command i3status
        modifier $mod
        font pango:$font $fontsize
-       mode hide
-       bindsym button1 exec killall -USR1 i3status
 }