Files
dotfiles/hypr/scripts/autostart/services
2025-11-15 13:19:11 +01:00

39 lines
633 B
Bash
Executable File

#!/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/hyprpolkitagent/hyprpolkitagent &
# Screen sharing and portals
"$HOME"/.config/hypr/scripts/portal &
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
# Audio
easyeffects --gapplication-service &