From c88451f0c1e2586a5a06babb69b060bf808c9148 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 13 Feb 2003 07:18:11 +0000 Subject: readd titlebar buttons. but they dont press yet --- scripts/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3