summaryrefslogtreecommitdiff
path: root/.config/hypr/scripts.d/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/scripts.d/autostart.sh')
-rwxr-xr-x.config/hypr/scripts.d/autostart.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/hypr/scripts.d/autostart.sh b/.config/hypr/scripts.d/autostart.sh
new file mode 100755
index 0000000..01a34e2
--- /dev/null
+++ b/.config/hypr/scripts.d/autostart.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+waybar --config $HOME/.config/waybar/config.hypr &
+
+nm-applet --indicator &
+
+/usr/bin/gnome-keyring-daemon --foreground &
+wl-clip-persist --clipboard both &
+
+gtk-launch discord &
+gtk-launch io.element.Element &
+thunderbird &
+
+hyprpaper &
+hypridle &