mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 18:11:17 +00:00
feat: stage default configurations
Barebones default configurations (pending publication of my 'rice'). Has some basic layout tweaks from the default `hyprland` config + some integration of `swaync` into `waybar`.
This commit is contained in:
21
config/display/hyprland/hypr/cfgs/autostart.conf
Normal file
21
config/display/hyprland/hypr/cfgs/autostart.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
#################
|
||||
### 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
|
||||
Reference in New Issue
Block a user