X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=ed731a8beef961f42d7114f7a287d8fab3d8f651;hb=5e855c8080869971e6698587af99b0832654c843;hp=6ae8a27fab18e3751b7d6c7033e5f456a0a1d9e0;hpb=ba710a407ddbf717d68e4cdf6d91556b4728b00d;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index 6ae8a27..ed731a8 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -20,11 +20,14 @@ exec xbacklight -set 50 # set the network switcher exec netctltray +bindsym Pause exec mpc toggle +bindsym Print exec ~/.local/bin/scr + # lock the screen bindsym $mod+l exec xautolock -locknow # put a password in the clipboard -bindsym $mod+p exec passmenu +bindsym $mod+p exec ~/.local/bin/passmenu # font for window titles. font pango:DejaVu Sans Mono 8 @@ -146,8 +149,7 @@ bindsym $mod+Shift+period exec i3-msg exit # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command i3status - mode hide + status_command i3status modifier $mod - font pango:DejaVu Sans Mono 14 + font pango:DejaVu Sans Mono 12 }