🚀 perf(hypr): load workspace and monitors configs before autostarting apps and services
This commit is contained in:
parent
debab27a63
commit
a845c1f70f
1 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# Configs (change to whichever config you want to use)
|
||||||
|
source = ~/.config/hypr/configs/binds.conf
|
||||||
|
source = ~/.config/hypr/configs/monitors.conf
|
||||||
|
source = ~/.config/hypr/configs/workspaces.conf
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec-once = $HOME/.config/hypr/scripts/autostart/services
|
exec-once = $HOME/.config/hypr/scripts/autostart/services
|
||||||
exec-once = $HOME/.config/hypr/scripts/autostart/apps
|
exec-once = $HOME/.config/hypr/scripts/autostart/apps
|
||||||
|
@ -6,11 +11,6 @@ exec-once = $HOME/.config/hypr/scripts/autostart/apps
|
||||||
env = QT_QPA_PLATFORMTHEME, qt5ct
|
env = QT_QPA_PLATFORMTHEME, qt5ct
|
||||||
env = WLR_DRM_NO_ATOMIC, 1
|
env = WLR_DRM_NO_ATOMIC, 1
|
||||||
|
|
||||||
# Configs (change to whichever config you want to use)
|
|
||||||
source = ~/.config/hypr/configs/binds.conf
|
|
||||||
source = ~/.config/hypr/configs/monitors.conf
|
|
||||||
source = ~/.config/hypr/configs/workspaces.conf
|
|
||||||
|
|
||||||
# Theme (change to whichever theme you want to use)
|
# Theme (change to whichever theme you want to use)
|
||||||
source = ~/.config/hypr/themes/luna/theme.conf
|
source = ~/.config/hypr/themes/luna/theme.conf
|
||||||
source = ~/.config/hypr/themes/luna/rules.conf
|
source = ~/.config/hypr/themes/luna/rules.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue