Files
dotfiles/.config/hypr/autostart
2026-01-22 22:54:47 +01:00

40 lines
563 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
## network-manager tray icon
#sleep 1 &
NetworkManager &
nm-applet &