⚙️ 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
|
||||
|
||||
# Variables
|
||||
config=$HOME/.config/hypr
|
||||
scripts=$config/scripts
|
||||
|
||||
# Automounter for removable media
|
||||
udiskie &
|
||||
|
||||
# Wallpaper Backend
|
||||
swww-daemon --format xrgb &
|
||||
|
||||
# Pyprland Daemon
|
||||
pypr &
|
||||
|
||||
# Bar
|
||||
waybar &
|
||||
|
||||
# Plugins
|
||||
pypr &
|
||||
|
||||
# Notification Daemon
|
||||
swaync &
|
||||
|
||||
|
@ -29,16 +25,17 @@ devify &
|
|||
hypridle &
|
||||
|
||||
# Clipboard
|
||||
wl-clip-persist --clipboard regular &
|
||||
wl-paste --watch cliphist store &
|
||||
|
||||
# Polkit authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# Screen sharing and portals
|
||||
"$scripts"/portal &
|
||||
# xwaylandvideobridge &
|
||||
"$HOME"/.config/hypr/portal &
|
||||
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
|
||||
|
||||
# Audio
|
||||
easyeffects --gapplication-service &
|
||||
|
||||
# Systemd services
|
||||
systemctl --user start protonmail-bridge &
|
||||
|
|
Loading…
Add table
Reference in a new issue