forked from Shinonome/dots-hyprland
hyprland: prevent error from loading nonexistent user config files
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# You can put extra environment variables here
|
# You can put extra environment variables here
|
||||||
# https://wiki.hyprland.org/Configuring/Environment-variables/
|
# https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# You can make apps auto-start here
|
# You can make apps auto-start here
|
||||||
# Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# Put general config stuff here
|
# Put general config stuff here
|
||||||
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
|
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# See https://wiki.hyprland.org/Configuring/Binds/
|
# See https://wiki.hyprland.org/Configuring/Binds/
|
||||||
#!
|
#!
|
||||||
##! User
|
##! User
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# You can put custom rules here
|
# You can put custom rules here
|
||||||
# Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
|
# Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
|
||||||
# Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
# hyprlang noerror false
|
||||||
# For all available variables, see ~/.config/hypr/hyprland/variables.conf
|
# For all available variables, see ~/.config/hypr/hyprland/variables.conf
|
||||||
|
|||||||
@@ -3,11 +3,15 @@
|
|||||||
|
|
||||||
# --- Environment variables ---
|
# --- Environment variables ---
|
||||||
source=hyprland/env.conf
|
source=hyprland/env.conf
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/env.conf
|
source=custom/env.conf
|
||||||
|
# hyprlang noerror false
|
||||||
|
|
||||||
# --- Other vars ---
|
# --- Other vars ---
|
||||||
source=hyprland/variables.conf
|
source=hyprland/variables.conf
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/variables.conf
|
source=custom/variables.conf
|
||||||
|
# hyprlang noerror false
|
||||||
|
|
||||||
# --- Defaults ---
|
# --- Defaults ---
|
||||||
# hyprlang if !dontLoadDefaultExecs
|
# hyprlang if !dontLoadDefaultExecs
|
||||||
@@ -27,10 +31,15 @@ source=hyprland/keybinds.conf
|
|||||||
# hyprlang endif
|
# hyprlang endif
|
||||||
|
|
||||||
# --- Custom ---
|
# --- Custom ---
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/execs.conf
|
source=custom/execs.conf
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/general.conf
|
source=custom/general.conf
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/rules.conf
|
source=custom/rules.conf
|
||||||
|
# hyprlang noerror true
|
||||||
source=custom/keybinds.conf
|
source=custom/keybinds.conf
|
||||||
|
# hyprlang noerror false
|
||||||
|
|
||||||
# --- nwg-displays support ---
|
# --- nwg-displays support ---
|
||||||
source=workspaces.conf
|
source=workspaces.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user