From 2cbb95c3dba218b0a91034af1715b576f8ac2b84 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 17:18:54 +0000 Subject: [PATCH] change the default titlebar layout --- scripts/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2