]> Dogcows Code - chaz/openbox/blobdiff - scripts/config.py
readd titlebar buttons. but they dont press yet
[chaz/openbox] / scripts / config.py
index e27b8d6fe439cbbf630665f44fbbc90ee49cecf3..dd32e7f7098a010be82bf86d46f6b1b52971d316 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 = [ "alldesktops", "iconify", "title", "maximize", "close" ]
 """The layout of the buttons/label on client titlebars, can be made up of the
 following:
     I - iconify button
This page took 0.022331 seconds and 4 git commands to generate.