all repos — openbox @ 0c96f0fc8980143213fb4b15950ab806b6da634d

openbox fork - make it a bit more like ryudo

add desktop_names
Dana Jansens danakj@orodu.net
commit

0c96f0fc8980143213fb4b15950ab806b6da634d

parent

1a879a4e3e91f5c27c2c217012166e72add0b4fc

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M scripts/config.pyscripts/config.py

@@ -23,6 +23,10 @@ # double_click_delay - the number of milliseconds in which 2 clicks are

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