diff options
author | Camil Staps | 2016-04-05 15:38:45 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:08 +0100 |
commit | 4fe029d89baa60121127c06f6562c8f8d41fbedb (patch) | |
tree | 5b0357c7c19643902dac860f57a2499766029b63 /i3.symlink/config | |
parent | Autolock time increased (diff) |
Migrated back to i3status; added kbdlayout
Diffstat (limited to 'i3.symlink/config')
-rw-r--r-- | i3.symlink/config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index 462a82f..5ee2128 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -4,9 +4,6 @@ floating_modifier $mod font pango:DejaVu Sans Mono 8 focus_follows_mouse no -# Bar -exec xmobar -d - # Autolock exec xautolock -time 10 -locker 'i3lock -d' bindsym $mod+Control+Shift+l exec xautolock -locknow @@ -113,3 +110,8 @@ mode "resize" { bindsym $mod+r mode "default" } +bar { + font pango:DejaVu Sans Mono, 9 + status_command i3status.py +} + |