mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 18:11:17 +00:00
feat(distro): extend stub arch setup script Extended hypr configs (only base/example config files without any themes to this repo for now - pending some polishing/refactoring). Added stubs for adding soem of my `plymouth` and `sddm` theming to my dots repo.
26 lines
635 B
Plaintext
26 lines
635 B
Plaintext
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
|
|
# exec-once = $terminal
|
|
# exec-once = nm-applet &
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
|
|
# Start polkit agent
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Load wallpaper manager / daemon
|
|
# NOTE: using `awww` in dots, instead of `wpaperd`/`swaybg` for now
|
|
exec-once = awww-daemon
|
|
|
|
# Notifications Daemon
|
|
exec-once = swaync
|
|
|
|
# Hyprlock + Hypridle Setup
|
|
exec-once = hypridle
|
|
|
|
# Start launcher apps
|
|
exec-once = waybar |