From ca42ac6aef84198cd78ca999d30ff6eaec1a35ca Mon Sep 17 00:00:00 2001 From: natemaia Date: Thu, 17 Oct 2019 02:44:19 -0700 Subject: [PATCH] Add nitrogen to openbox autostart for slow loading --- openbox-home/.config/openbox/autostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbox-home/.config/openbox/autostart b/openbox-home/.config/openbox/autostart index 29bec391..89d48fc9 100644 --- a/openbox-home/.config/openbox/autostart +++ b/openbox-home/.config/openbox/autostart @@ -3,3 +3,6 @@ xfsettingsd & # start the panel tint2 & + +# load wallpaper +nitrogen --restore &