فهرست منبع

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)
 # Start i3bar to display a workspace bar (plus some system information)
 bar {
 bar {
         status_command i3status
         status_command i3status
+        mode hide
+        hidden_state hide
+        modifier $mod
         separator_symbol "·"
         separator_symbol "·"
 }
 }