diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 17:18:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 17:18:54 +0000 |
| commit | 2cbb95c3dba218b0a91034af1715b576f8ac2b84 (patch) | |
| tree | e378dbc80953a57adb610cda8e4062d6fa1f4c8b /scripts/config.py | |
| parent | 5cd8680f7444237773cec849fd0cf8a2e6b2e9c3 (diff) | |
change the default titlebar layout
Diffstat (limited to 'scripts/config.py')
| -rw-r--r-- | scripts/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.py b/scripts/config.py index df1e7eb4..704a1276 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -6,7 +6,7 @@ THEME = "/usr/local/share/openbox/styles/fieron2" """The theme used to decorate everything.""" #TITLEBAR_LAYOUT = [ "icon", "title", "alldesktops", "iconify", "maximize", "close" ] -TITLEBAR_LAYOUT = "NTIMC" +TITLEBAR_LAYOUT = "DITMC" """The layout of the buttons/label on client titlebars, can be made up of the following: I - iconify button |
