From 96287bc253566093cde24d470aaad7f014278dfe Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 23 Apr 2018 11:15:22 -0700
Subject: [PATCH] default to hide the state bar, but show it when the modifier
 is hit

---
 .config/i3/config_base | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.39.5