dotfiles/.config/hypr/scripts/autostart/services
2025-08-14 21:32:50 +02:00

42 lines
711 B
Bash
Executable file

#!/bin/bash
# Wallpaper engine
# swww-daemon --format xrgb &
hyprpaper &
# Automounter for removable media
udiskie &
# Pyprland Daemon
pypr --debug /tmp/pypr.log &
# Bar
waybar &
# Notification Daemon
swaync &
# OSD Window
swayosd-server &
# Idle daemon to screen lock
hypridle &
# Clipboard
wl-paste --watch cliphist store &
# Polkit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Audio
pipewire &
wireplumber &
pipewire-pulse &
easyeffects --gapplication-service &
# Random Wallpaper
"$HOME"/.config/hypr/scripts/random_wallpaper &
# Screen sharing and portals
"$HOME"/.config/hypr/scripts/portal &
# xwaylandvideobridge & # Off when using Vesktop instead of Discord