]> 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 e27b8d6fe439cbbf630665f44fbbc90ee49cecf3..df1e7eb4d6d74ef4307ed9ffa28b852a390820e1 100644 (file)
@@ -5,7 +5,8 @@
 THEME = "/usr/local/share/openbox/styles/fieron2"
 """The theme used to decorate everything."""
 
-TITLEBAR_LAYOUT = "DILMC"
+#TITLEBAR_LAYOUT = [ "icon", "title", "alldesktops", "iconify", "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.021551 seconds and 4 git commands to generate.