summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-23 09:56:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-23 09:56:44 -0700
commitbd4ebea3232f860e4bd8f204112c65b197db0bf1 (patch)
tree16ccc27e5ea76db4b2f871efae517490f0ae7774 /.config
parent76a5b8e138af3656ef8a7adee6c06770287d1200 (diff)
downloaddotfiles-bd4ebea3232f860e4bd8f204112c65b197db0bf1.tar.gz
experiment with hiding the i3 bar most of the time
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 78d4b021..c8dd2e66 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -222,6 +222,8 @@ mode "Window management" {
bindsym space mode "Move focus/windows"
bindsym Shift+space mode "Move focus/windows"
+ bindsym Shift+b bar hidden_state toggle, mode "default"
+
bindsym Ctrl+g mode "default"
}
# C-i is perfect for window manager bindings because it will never be
@@ -345,6 +347,13 @@ bar {
wheel_up_cmd nop
wheel_down_cmd nop
+ # on my small laptop screen, this means that the bar shows up only
+ # when we use C-i to enter the "Window management" mode, or there are
+ # urgency hints
+ mode hide
+ hidden_state hide
+ modifier none
+
colors {
background #FFFFF6
statusline #000000