X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fconfig.py;h=dd32e7f7098a010be82bf86d46f6b1b52971d316;hb=c88451f0c1e2586a5a06babb69b060bf808c9148;hp=e27b8d6fe439cbbf630665f44fbbc90ee49cecf3;hpb=3e504ae5f37f4648f6a32b8d02f893928a78f6eb;p=chaz%2Fopenbox diff --git a/scripts/config.py b/scripts/config.py index e27b8d6f..dd32e7f7 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -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