too many things

This commit is contained in:
fbachus
2025-09-02 03:32:47 +02:00
parent c26d3a64b0
commit f19e8a00c7
81 changed files with 2724 additions and 1549 deletions

View File

@@ -1,33 +1,40 @@
#!/usr/bin/bash
# variables
config=$HOME/.config/hypr
## variables
config=$HOME/.config/hypr &
# wallpaper
hyprpaper &
## wallpaper
hyprpaper &
# notification daemon
## notification daemon
dunst &
# secrets manager
## secrets manager
kwalletd6 &
# waybar
## waybar
waybar &
# syncronisation
syncthing &
nextcloud --background &
# clipboard
wl-paste --watch cliphist store &
# network-manager tray icon
NetworkManager &
nm-applet &
# other
## other
polkit-kde-authentication-agent-1 &
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
hypridle &
polkit-qt6 &
xwaylandvideobridge &
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 &