diff options
Diffstat (limited to '.config/hypr/config.d/autostart.sh')
-rwxr-xr-x | .config/hypr/config.d/autostart.sh | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/.config/hypr/config.d/autostart.sh b/.config/hypr/config.d/autostart.sh index 9b18715..b506e3d 100755 --- a/.config/hypr/config.d/autostart.sh +++ b/.config/hypr/config.d/autostart.sh @@ -1,21 +1,11 @@ #!/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 & +waybar --config $HOME/.config/waybar/config.hypr & nm-applet --indicator & /usr/bin/gnome-keyring-daemon --foreground & -discord --enable-features=UseOzonePlatform --ozone-platform=wayland & -element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland & +discord & +element-desktop & +thunderbird & |