mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
38 lines
1.1 KiB
Plaintext
Executable File
38 lines
1.1 KiB
Plaintext
Executable File
# Startup apps and services config file
|
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
# Execute your favorite apps at launch
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
|
|
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec-once = hyprpaper
|
|
exec-once = waybar
|
|
exec-once = swaync
|
|
|
|
# clippy
|
|
exec-once = wl-paste --type text --watch cliphist -max-items 36 store #Stores only text data
|
|
exec-once = wl-paste --type image --watch cliphist -max-items 36 store #Stores only image data
|
|
|
|
#exec-once = hyprland-per-window-layout
|
|
|
|
exec-once = udiskie &
|
|
|
|
exec-once = /usr/libexec/hyprpolkitagent
|
|
exec-once = hypridle
|
|
exec-once = hyprsunset
|
|
|
|
#exec-once = /usr/libexec/kdeconnectd # kdeconnect daemon
|
|
exec-once = kdeconnect-indicator
|
|
|
|
# audit (apparmor) logger
|
|
# exec-once = aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
|
|
|
|
exec-once = gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
|
|
|
# something keeps changing my cursor. This is my ultimatum.
|
|
exec-once = gsettings set org.gnome.desktop.interface cursor-theme
|