浏览代码

Show status bar when modifier is pressed only

DricomDragon 4 年之前
父节点
当前提交
32be52942b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Install/Templates/i3/config

+ 3 - 0
Install/Templates/i3/config

@@ -213,6 +213,9 @@ hide_edge_borders smart
 # Start i3bar to display a workspace bar (plus some system information)
 bar {
         status_command i3status
+        mode hide
+        hidden_state hide
+        modifier $mod
         separator_symbol "·"
 }