summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-14 03:04:23 +0000
committerDana Jansens <danakj@orodu.net>2003-02-14 03:04:23 +0000
commit059bc4dc24b68d637c3608c05344c53c64cc2c4b (patch)
tree6772afd49bd8c7ea1cb07d8af631f25a618f5e11 /scripts
parent1431cd19584e750309561e0054fd013d566965cb (diff)
add a Config class with config data from the scripts.
set up the functions for loading a style from a file. use the Config class throughout instead of reading out of the python namespace all the time.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.py b/scripts/config.py
index dd32e7f7..df1e7eb4 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -6,7 +6,7 @@ THEME = "/usr/local/share/openbox/styles/fieron2"
"""The theme used to decorate everything."""
#TITLEBAR_LAYOUT = [ "icon", "title", "alldesktops", "iconify", "maximize", "close" ]
-TITLEBAR_LAYOUT = [ "alldesktops", "iconify", "title", "maximize", "close" ]
+TITLEBAR_LAYOUT = "NTIMC"
"""The layout of the buttons/label on client titlebars, can be made up of the
following:
I - iconify button