summaryrefslogtreecommitdiff
path: root/scripts/config.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 04:49:42 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 04:49:42 +0000
commit7b7ae097a0d389a35967fdab4ea310effcfc42c2 (patch)
tree853d2ba50e8ef50754a26e33473c13ebb5e3ef55 /scripts/config.py
parent7b9d92b2e75cab137ca3bfaf48ce40b5cbbaacf4 (diff)
make the 'toggle all desktops' button work
Diffstat (limited to 'scripts/config.py')
-rw-r--r--scripts/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.py b/scripts/config.py
index 7ffe1519..1320c581 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -17,7 +17,7 @@ theme = "/usr/local/share/openbox/styles/fieron2"
# S - sticky button, C - close button
# If no 'L' is included in the string, one will be added to
# the end by Openbox.
-titlebar_layout = "ILC"
+titlebar_layout = "ILMC"
# double_click_delay - the number of milliseconds in which 2 clicks are
# perceived as a double-click.