🚀 perf(hypr): order of loading conf files
This commit is contained in:
parent
f9722a525d
commit
137dfe4f25
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Configs
|
||||
source = ~/.config/hypr/configs/env.conf
|
||||
source = ~/.config/hypr/configs/binds.conf
|
||||
source = ~/.config/hypr/configs/monitors.conf
|
||||
source = ~/.config/hypr/configs/workspaces.conf
|
||||
source = ~/.config/hypr/configs/binds.conf
|
||||
source = ~/.config/hypr/configs/input.conf
|
||||
source = ~/.config/hypr/configs/misc.conf
|
||||
|
||||
# Theme (Add the theme you want)
|
||||
source = ~/.config/hypr/themes/luna/luna.conf
|
||||
|
||||
# Autostart
|
||||
exec-once = $HOME/.config/hypr/scripts/autostart/services
|
||||
exec-once = $HOME/.config/hypr/scripts/autostart/apps
|
||||
|
||||
# Theme (Add the theme you want)
|
||||
source = ~/.config/hypr/themes/luna/luna.conf
|
||||
|
||||
# Plugins
|
||||
exec-once = hyprpm reload -n
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue