From c726a1f709484da690a6fbcc7f6b8b4934660290 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 13:37:32 +0000 Subject: set the current theme in a root property --- openbox/openbox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index ce92d522..42a062be 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -273,6 +273,9 @@ gint main(gint argc, gchar **argv) } if (ob_rr_theme == NULL) ob_exit_with_error(_("Unable to load a theme.")); + + PROP_SETS(RootWindow(ob_display, ob_screen), + ob_theme, theme->name); } if (reconfigure) { -- cgit v1.2.3