Merge branch 'laptop' of github.com:dopefishh/dotfiles into laptop
[dotfiles.git] / x / .config / i3 / config
index 2eb31db..489bcfa 100644 (file)
@@ -19,14 +19,13 @@ exec xautolock -locker ~/.local/bin/lock.sh &\
        ~/.local/bin/bg &\
        urxvtd -q -o &\
        setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt,grp:menu_toggle
-# xrdb -merge ~/.Xresources &\
 
+# 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
@@ -145,6 +144,4 @@ bar {
        status_command i3status
        modifier $mod
        font pango:$font $fontsize
-       mode hide
-       bindsym button1 exec killall -USR1 i3status
 }