diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2011-01-01 13:17:54 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2011-01-01 13:17:54 +0000 |
commit | 94f44a5254c0da4ba143a5c3d99349fa54b10a45 (patch) | |
tree | 45625c416e0e989fe7f54544bf764e582ccf45b3 /data | |
parent | 61245f40eb33545257c34d24701febf35be47690 (diff) | |
download | poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.gz poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.bz2 poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.xz poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.zip |
show_inactive_tabs lets the other chose if she wants to display ALL tabs or just those with activity
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 19ab9009..7f5d6e4c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -107,6 +107,10 @@ log_dir = #photo = ../data/poezio_80.png +# If you want to show all the tabs in the Tab bar, even those +# with no activity, set to true. Else, set to false +show_inactive_tabs = true + # Theme # If themes_dir is not set, logs will searched for in $XDG_DATA_HOME/poezio/themes, |