summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 01:49:01 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 01:49:01 +0000
commit0c96f0fc8980143213fb4b15950ab806b6da634d (patch)
tree70a3a8b48820f1648372b531ebcbdeb36747f008 /scripts
parent1a879a4e3e91f5c27c2c217012166e72add0b4fc (diff)
add desktop_names
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/config.py b/scripts/config.py
index 1028592e..f81c8f36 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -23,6 +23,10 @@ titlebar_layout = "ILC"
# perceived as a double-click
double_click_delay = 300
+# desktop_names - the name of each desktop
+desktop_names = ["one", "two", "three", "four", "five", "six", "seven", \
+ "eight", "nine", "ten", "eleven", "twelve"]
+
#############################################################################
### Options that can be modified by the user to change the default hooks' ###
### behaviors. ###