From: Don Armstrong Date: Mon, 23 Apr 2018 18:15:22 +0000 (-0700) Subject: default to hide the state bar, but show it when the modifier is hit X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=96287bc253566093cde24d470aaad7f014278dfe default to hide the state bar, but show it when the modifier is hit --- diff --git a/.config/i3/config_base b/.config/i3/config_base index 00fc404..b807886 100644 --- a/.config/i3/config_base +++ b/.config/i3/config_base @@ -199,4 +199,7 @@ bindsym $mod+minus exec "sh -c 'xscreensaver-command -lock; xautolock -locknow'" bar { status_command i3status tray_output primary + mode hide } + +bindsym $mod+b bar hidden_state toggle