From: Dana Jansens Date: Sat, 4 Jan 2003 01:49:01 +0000 (+0000) Subject: add desktop_names X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0c96f0fc8980143213fb4b15950ab806b6da634d;p=chaz%2Fopenbox add desktop_names --- 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. ###