add desktop_names
This commit is contained in:
parent
1a879a4e3e
commit
0c96f0fc89
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ titlebar_layout = "ILC"
|
||||||
# perceived as a double-click
|
# perceived as a double-click
|
||||||
double_click_delay = 300
|
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' ###
|
### Options that can be modified by the user to change the default hooks' ###
|
||||||
### behaviors. ###
|
### behaviors. ###
|
||||||
|
|
Loading…
Reference in a new issue