add number_of_desktops

This commit is contained in:
Dana Jansens 2003-01-12 19:55:09 +00:00
parent bfa46e06b6
commit de0706821d

View 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. ###