mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
# Bar, wallpaper
|
|
exec-once = ~/.config/hypr/hyprland/scripts/start_geoclue_agent.sh
|
|
exec-once = qs -c $qsConfig &
|
|
exec-once = ~/.config/hypr/custom/scripts/__restore_video_wallpaper.sh
|
|
|
|
# Core components (authentication, lock screen, notification daemon)
|
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
|
exec-once = hypridle
|
|
exec-once = dbus-update-activation-environment --all
|
|
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
|
exec-once = hyprpm reload
|
|
|
|
# Audio
|
|
exec-once = easyeffects --hide-window --service-mode
|
|
|
|
# Clipboard: history
|
|
# exec-once = wl-paste --watch cliphist store &
|
|
exec-once = wl-paste --type text --watch bash -c 'cliphist store && qs -c $qsConfig ipc call cliphistService update'
|
|
exec-once = wl-paste --type image --watch bash -c 'cliphist store && qs -c $qsConfig ipc call cliphistService update'
|
|
|
|
# Cursor
|
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
|
|
|
# Fix dock pinned apps not launching properly (https://github.com/end-4/dots-hyprland/issues/2200)
|
|
# This causes https://github.com/end-4/dots-hyprland/issues/2427
|
|
# exec-once = sleep 3.5 && hyprctl reload && sleep 0.5 && touch ~/.config/quickshell/ii/shell.qml
|
|
|
|
# User
|
|
exec-once = voxtype &
|
|
exec-once = kdeconnectd
|
|
exec-once = zen-browser
|
|
exec-once = syncthing &
|
|
exec-once = steam %U -silent
|
|
exec-once = flatpak run com.ktechpit.whatsie
|