fixed printscreen, passmenu
[dotfiles.git] / x / .config / i3 / config
index 6ae8a27..ed731a8 100644 (file)
@@ -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
 }