diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
