summaryrefslogtreecommitdiff
path: root/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh
index 311953f..7124a5e 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -18,14 +18,14 @@ killandrun () {
}
if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then
+ dinit &
notify-sound.sh off &
runifnot swayidle
killandrun hyprpaper
runifnot waybar
import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid'
import-gsettings icon-theme 'Mint-X-Grey'
- import-gsettings cursor-theme 'Adwaita'
- xrdb ~/.Xresources
+ xrdb "$XDG_CONFIG_HOME/X11/xresources"
fi
[ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh"