mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 18:11:17 +00:00
Barebones default configurations (pending publication of my 'rice'). Has some basic layout tweaks from the default `hyprland` config + some integration of `swaync` into `waybar`.
21 lines
455 B
Plaintext
21 lines
455 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
|
|
|
|
# TODO: start polkit (separate exec-once)
|
|
|
|
# TODO: load wallpaper manager
|
|
|
|
# Notifications Daemon
|
|
exec-once = swaync
|
|
|
|
# TODO: hyprlock setup (hypridle?)
|
|
|
|
exec-once = waybar |