add number_of_desktops
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 19:55:09 +0000 (19:55 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 19:55:09 +0000 (19:55 +0000)
scripts/config.py

index 88ac6df..30286e7 100644 (file)
@@ -27,6 +27,10 @@ double_click_delay = 300
 desktop_names = ["one", "two", "three", "four", "five", "six", "seven", \
                  "eight", "nine", "ten", "eleven", "twelve"]
 
+# number_of_desktops - the number of desktops/workspaces which can be scrolled
+#                      between
+number_of_desktops = 4
+
 #############################################################################
 ### Options that can be modified by the user to change the default hooks' ###
 ### behaviors.                                                            ###