Files
dotfiles/.config/hypr/autostart
2024-11-08 18:53:43 +01:00

30 lines
428 B
Bash
Executable File

#!/usr/bin/bash
# variables
config=$HOME/.config/hypr
# wallpaper
hyprpaper &
# notification daemon
dunst &
# secrets manager
kwalletd6 &
# waybar
waybar &
# syncronisation
syncthing &
nextcloud --background &
# network-manager tray icon
NetworkManager &
nm-applet &
# other
polkit-kde-authentication-agent-1 &
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
hypridle &
polkit-qt6 &