summaryrefslogtreecommitdiff
path: root/mango/autostart.sh
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
commitb7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch)
tree366a68240fbc9da6b1d567bd6c46d1350ad814de /mango/autostart.sh
Nixos
Diffstat (limited to 'mango/autostart.sh')
-rwxr-xr-xmango/autostart.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/mango/autostart.sh b/mango/autostart.sh
new file mode 100755
index 0000000..1bf75a2
--- /dev/null
+++ b/mango/autostart.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots >/dev/null 2>&1 &
+swww-daemon >/dev/null 2>&1 &
+nm-applet >/dev/null 2>&1 &
+copyq >/dev/null 2>&1 &
+dunst >/dev/null 2>&1 &
+waybar -c /home/anand/dots/mango/waybar/config.jsonc -s /home/anand/dots/mango/waybar/style.css >/dev/null 2>&1 &
+swww img /home/anand/dots/mango/walls/wallpaper.jpg >/dev/null 2>&1 &
+xrdb .Xresources >/dev/null 2>&1 &
+# The next line of command is not necessary. It is only to avoid some situations where it cannot start automatically