X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fconfig.py;h=dd32e7f7098a010be82bf86d46f6b1b52971d316;hb=238355f190d9a147f812605af5506173e788e378;hp=e27b8d6fe439cbbf630665f44fbbc90ee49cecf3;hpb=220b5c40f91c6509951ccd0d506a9bd77d9d6bac;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