X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=ba928280a0aa55a5507519e8295ca32c804335e2;hb=fc65ba409d05899d4918c709cbc63f63171a9317;hp=f8534f5839665b2a5830eea0d693f1195d43b3c0;hpb=c6bc324f898008d786ac435aa48d6febb3733cba;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index f8534f5..ba92828 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -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 }