Explorar el Código

Show status bar when modifier is pressed only

DricomDragon hace 4 años
padre
commit
32be52942b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 "·"
 }