diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-25 16:32:47 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-25 16:32:47 +0200 |
| commit | ab7d0066027a590bb26646efe1cceb651305f252 (patch) | |
| tree | 631cff02fe052a27335df86d05b5c87081b0ae1d /config/openbox/autostart | |
| parent | c936b90ea9f1075a487a5048e30b3c55d56b9b54 (diff) | |
a
Diffstat (limited to 'config/openbox/autostart')
| -rw-r--r-- | config/openbox/autostart | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/config/openbox/autostart b/config/openbox/autostart index c30d761..6f4a42b 100644 --- a/config/openbox/autostart +++ b/config/openbox/autostart @@ -1,12 +1,5 @@ -COMPOSITE="$HOME/.config/openbox/composite" -if [ -f $COMPOSITE ]; then - bash $COMPOSITE -fi - -SCREENRES="$HOME/.config/openbox/screenres" -if [ -f $SCREENRES ]; then - bash $SCREENRES -fi +CONFDIR=$HOME/.config/openbox +$CONFDIR/run-autorun gnome-keyring-daemon --start & xfce4-panel & |
