This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

38
hypr/scripts/autostart/services Executable file
View File

@@ -0,0 +1,38 @@
#!/bin/bash
# Automounter for removable media
udiskie &
# Wallpaper Backend
swww-daemon --format xrgb &
# Pyprland Daemon
pypr --debug /tmp/pypr.log &
# Bar
waybar &
# Notification Daemon
swaync &
# OSD Window
swayosd-server &
# Notify about devices connecting and disconnecting
devify &
# Idle daemon to screen lock
hypridle &
# Clipboard
wl-paste --watch cliphist store &
# Polkit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Screen sharing and portals
"$HOME"/.config/hypr/portal &
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
# Audio
easyeffects --gapplication-service &