diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:37:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:37:32 +0000 |
| commit | c726a1f709484da690a6fbcc7f6b8b4934660290 (patch) | |
| tree | 02f0a6a2441a2519829e5eca0d8bb8d1ae57fb44 /openbox/openbox.c | |
| parent | 9d8e1da42a40f886b0dd1a5f5b1fd79be59cd1e0 (diff) | |
set the current theme in a root property
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |
