⚙️ config(hypr): change services order
This commit is contained in:
parent
589e87cb4c
commit
5ae2599bd7
1 changed files with 7 additions and 10 deletions
|
@ -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 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue