mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add missing options to example conf.
This commit is contained in:
parent
6de5f2b0bc
commit
0863f7fe00
1 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
# Bar Settings
|
# Bar Settings
|
||||||
# bar_enabled = 1
|
# bar_enabled = 1
|
||||||
|
# bar_enabled_ws[1] = 1
|
||||||
# bar_border_width = 1
|
# bar_border_width = 1
|
||||||
# bar_border[1] = rgb:00/80/80
|
# bar_border[1] = rgb:00/80/80
|
||||||
# bar_border_unfocus[1] = rgb:00/40/40
|
# bar_border_unfocus[1] = rgb:00/40/40
|
||||||
|
@ -38,8 +39,10 @@
|
||||||
# bar_color_selected[1] = rgb:00/80/80
|
# bar_color_selected[1] = rgb:00/80/80
|
||||||
# bar_font_color[1] = rgb:a0/a0/a0
|
# bar_font_color[1] = rgb:a0/a0/a0
|
||||||
# bar_font_color_selected = black
|
# bar_font_color_selected = black
|
||||||
# bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
|
# bar_font = xos4 Terminus:pixelsize=14:antialias=true
|
||||||
|
# bar_font_pua = Typicons:pixelsize=14:antialias=true
|
||||||
# bar_action = baraction.sh
|
# bar_action = baraction.sh
|
||||||
|
# bar_action_expand = 0
|
||||||
# bar_justify = left
|
# bar_justify = left
|
||||||
# bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V
|
# bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V
|
||||||
# workspace_indicator = listcurrent,listactive,markcurrent,printnames
|
# workspace_indicator = listcurrent,listactive,markcurrent,printnames
|
||||||
|
@ -54,6 +57,7 @@
|
||||||
# window_name_enabled = 0
|
# window_name_enabled = 0
|
||||||
# verbose_layout = 1
|
# verbose_layout = 1
|
||||||
# urgent_enabled = 1
|
# urgent_enabled = 1
|
||||||
|
# urgent_collapse = 0
|
||||||
|
|
||||||
# Dialog box size ratio when using TRANSSZ quirk; 0.3 < dialog_ratio <= 1.0
|
# Dialog box size ratio when using TRANSSZ quirk; 0.3 < dialog_ratio <= 1.0
|
||||||
# dialog_ratio = 0.6
|
# dialog_ratio = 0.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue