diff options
Diffstat (limited to '.config/hypr/config.d/autostart.sh')
-rwxr-xr-x | .config/hypr/config.d/autostart.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/hypr/config.d/autostart.sh b/.config/hypr/config.d/autostart.sh new file mode 100755 index 0000000..9b18715 --- /dev/null +++ b/.config/hypr/config.d/autostart.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +pipewire & &> ~/.log/pipewire +pipewire-pulse & &> ~/.log/pipewire-pulse +wireplumber & &> ~/.log/wireplumber + +/usr/lib/xdg-desktop-portal -r & +/usr/lib/xdg-desktop-portal-hyprland -r & + +waybar & + +mako & + +hyprpaper & + +nm-applet --indicator & + +/usr/bin/gnome-keyring-daemon --foreground & + +discord --enable-features=UseOzonePlatform --ozone-platform=wayland & +element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland & |