forked from Shinonome/dots-hyprland
hyprland: prevent error from loading nonexistent user config files
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
|
||||
# --- Environment variables ---
|
||||
source=hyprland/env.conf
|
||||
# hyprlang noerror true
|
||||
source=custom/env.conf
|
||||
# hyprlang noerror false
|
||||
|
||||
# --- Other vars ---
|
||||
source=hyprland/variables.conf
|
||||
# hyprlang noerror true
|
||||
source=custom/variables.conf
|
||||
# hyprlang noerror false
|
||||
|
||||
# --- Defaults ---
|
||||
# hyprlang if !dontLoadDefaultExecs
|
||||
@@ -27,10 +31,15 @@ source=hyprland/keybinds.conf
|
||||
# hyprlang endif
|
||||
|
||||
# --- Custom ---
|
||||
# hyprlang noerror true
|
||||
source=custom/execs.conf
|
||||
# hyprlang noerror true
|
||||
source=custom/general.conf
|
||||
# hyprlang noerror true
|
||||
source=custom/rules.conf
|
||||
# hyprlang noerror true
|
||||
source=custom/keybinds.conf
|
||||
# hyprlang noerror false
|
||||
|
||||
# --- nwg-displays support ---
|
||||
source=workspaces.conf
|
||||
|
||||
Reference in New Issue
Block a user