]>
Dogcows Code - chaz/openbox/blob - scripts/config.py
1 #############################################################################
2 ### Options that can be defined on startup that affect the behavior of ###
4 #############################################################################
6 # theme - the theme used to decorate everything.
7 theme
= "/usr/local/share/openbox/styles/fieron2"
9 # titlebar_layout - the layout of the buttons/label on client titlebars, can be
10 # made up of the following:
11 # I - iconify button, L - text label, M - maximize button,
12 # D - all-desktops button, C - close button
13 # If no 'L' is included in the string, one will be added to
15 titlebar_layout
= "DILMC"
17 # double_click_delay - the number of milliseconds in which 2 clicks are
18 # perceived as a double-click.
19 double_click_delay
= 300
21 # drag_threshold - the amount of pixels that you have to drag the mouse before
22 # motion events will start occuring.
25 # desktop_names - the name of each desktop
26 desktop_names
= ["one", "two", "three", "four", "five", "six", "seven", \
27 "eight", "nine", "ten", "eleven", "twelve"]
29 # number_of_desktops - the number of desktops/workspaces which can be scrolled
31 number_of_desktops
= 4
34 print "Loaded config.py"
This page took 0.035571 seconds and 4 git commands to generate.