⚙️ config(hypr): change services order

This commit is contained in:
Sergio Laín 2024-05-26 20:19:15 +02:00
parent 589e87cb4c
commit 5ae2599bd7
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -1,21 +1,17 @@
#!/bin/bash #!/bin/bash
# Variables
config=$HOME/.config/hypr
scripts=$config/scripts
# Automounter for removable media # Automounter for removable media
udiskie & udiskie &
# Wallpaper Backend # Wallpaper Backend
swww-daemon --format xrgb & swww-daemon --format xrgb &
# Pyprland Daemon
pypr &
# Bar # Bar
waybar & waybar &
# Plugins
pypr &
# Notification Daemon # Notification Daemon
swaync & swaync &
@ -29,16 +25,17 @@ devify &
hypridle & hypridle &
# Clipboard # Clipboard
wl-clip-persist --clipboard regular &
wl-paste --watch cliphist store & wl-paste --watch cliphist store &
# Polkit authentication # Polkit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Screen sharing and portals # Screen sharing and portals
"$scripts"/portal & "$HOME"/.config/hypr/portal &
# xwaylandvideobridge & # xwaylandvideobridge & # Off when using Vesktop instead of Discord
# Audio # Audio
easyeffects --gapplication-service & easyeffects --gapplication-service &
# Systemd services
systemctl --user start protonmail-bridge & systemctl --user start protonmail-bridge &