summaryrefslogtreecommitdiff
path: root/scripts/config.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
commit28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch)
tree69eaa560ba90666b995d46b32ec64518e4b9a529 /scripts/config.py
parent7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff)
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'scripts/config.py')
-rw-r--r--scripts/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config.py b/scripts/config.py
index 1320c581..292ae2af 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -14,10 +14,10 @@ theme = "/usr/local/share/openbox/styles/fieron2"
# titlebar_layout - the layout of the buttons/label on client titlebars, can be
# made up of the following:
# I - iconify button, L - text label, M - maximize button,
-# S - sticky button, C - close button
+# D - all-desktops button, C - close button
# If no 'L' is included in the string, one will be added to
# the end by Openbox.
-titlebar_layout = "ILMC"
+titlebar_layout = "DILMC"
# double_click_delay - the number of milliseconds in which 2 clicks are
# perceived as a double-click.