diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:40:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:52:29 -0400 |
commit | bc8a465da9dbba30f0c0abe2cc90def3315aebc0 (patch) | |
tree | 7007978d6caeb1aafec1a4cd63e6546b7900ae9a /.config/hypr/scripts.d/autostart.sh | |
parent | a again (diff) | |
download | dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.gz dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.bz2 dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.zip |
i forgor to commit stuff
Diffstat (limited to '.config/hypr/scripts.d/autostart.sh')
-rwxr-xr-x | .config/hypr/scripts.d/autostart.sh | 15 |
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 & |