summaryrefslogtreecommitdiff
path: root/scripts/config.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-13 07:18:11 +0000
committerDana Jansens <danakj@orodu.net>2003-02-13 07:18:11 +0000
commitc88451f0c1e2586a5a06babb69b060bf808c9148 (patch)
tree5cf06e8f1d538152b5a50716271fc2a8935053ef /scripts/config.py
parent3e504ae5f37f4648f6a32b8d02f893928a78f6eb (diff)
readd titlebar buttons. but they dont press yet
Diffstat (limited to 'scripts/config.py')
-rw-r--r--scripts/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/config.py b/scripts/config.py
index e27b8d6f..dd32e7f7 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -5,7 +5,8 @@
THEME = "/usr/local/share/openbox/styles/fieron2"
"""The theme used to decorate everything."""
-TITLEBAR_LAYOUT = "DILMC"
+#TITLEBAR_LAYOUT = [ "icon", "title", "alldesktops", "iconify", "maximize", "close" ]
+TITLEBAR_LAYOUT = [ "alldesktops", "iconify", "title", "maximize", "close" ]
"""The layout of the buttons/label on client titlebars, can be made up of the
following:
I - iconify button