Files
dotfiles/.config/hypr/autostart
2025-09-02 03:32:47 +02:00

41 lines
632 B
Bash
Executable File

#!/usr/bin/bash
## variables
config=$HOME/.config/hypr &
## wallpaper
hyprpaper &
## notification daemon
dunst &
## secrets manager
kwalletd6 &
## waybar
waybar &
## other
polkit-kde-authentication-agent-1 &
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
hypridle &
systemctl --user start hyprpolkitagent &
## syncronisation
syncthing &
nextcloud --background &
## clipboard
wl-paste --watch cliphist store &
# xwaylandvideobridge &
## workspace
kitty --single-instance --session '~/.local/share/kittymainsession' &
## network-manager tray icon
sleep 1 &
NetworkManager &
nm-applet &