hyprland: prevent error from loading nonexistent user config files

This commit is contained in:
end-4
2026-04-08 12:12:20 +02:00
parent a8761bc6f2
commit a5eca98543
7 changed files with 15 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# hyprlang noerror false
# You can put extra environment variables here
# https://wiki.hyprland.org/Configuring/Environment-variables/
+1
View File
@@ -1,3 +1,4 @@
# hyprlang noerror false
# You can make apps auto-start here
# Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing
+1
View File
@@ -1,3 +1,4 @@
# hyprlang noerror false
# Put general config stuff here
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
+1
View File
@@ -1,3 +1,4 @@
# hyprlang noerror false
# See https://wiki.hyprland.org/Configuring/Binds/
#!
##! User
+1
View File
@@ -1,3 +1,4 @@
# hyprlang noerror false
# You can put custom rules here
# Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
# Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
+1
View File
@@ -1 +1,2 @@
# hyprlang noerror false
# For all available variables, see ~/.config/hypr/hyprland/variables.conf
+9
View File
@@ -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