]> Dogcows Code - chaz/openbox/blobdiff - scripts/config.py
dont provide a default icon in the python stuff, itll come from the style
[chaz/openbox] / scripts / config.py
index dd32e7f7098a010be82bf86d46f6b1b52971d316..df1e7eb4d6d74ef4307ed9ffa28b852a390820e1 100644 (file)
@@ -6,7 +6,7 @@ THEME = "/usr/local/share/openbox/styles/fieron2"
 """The theme used to decorate everything."""
 
 #TITLEBAR_LAYOUT = [ "icon", "title", "alldesktops", "iconify", "maximize", "close" ]
-TITLEBAR_LAYOUT = [ "alldesktops", "iconify", "title", "maximize", "close" ]
+TITLEBAR_LAYOUT = "NTIMC"
 """The layout of the buttons/label on client titlebars, can be made up of the
 following:
     I - iconify button
This page took 0.022769 seconds and 4 git commands to generate.