hyprland: add custom config sourcing

This commit is contained in:
end-4
2024-03-02 22:35:43 +07:00
parent 8c80f745c5
commit 4c0cc1237a
10 changed files with 46 additions and 25 deletions
+19 -7
View File
@@ -1,12 +1,24 @@
# General customization options
source=~/.config/hypr/hyprland/general.conf
# Environment variables
# This file sources other files in `hyprland` and `custom` folders
# You wanna add your stuff in file in `custom`
# Defaults
source=~/.config/hypr/hyprland/env.conf
# Startup executions, Auto-run stuff
source=~/.config/hypr/hyprland/execs.conf
# Window and layer rules
source=~/.config/hypr/hyprland/general.conf
source=~/.config/hypr/hyprland/rules.conf
# Dynamic colors
source=~/.config/hypr/hyprland/colors.conf
# Keybinds variables
source=~/.config/hypr/hyprland/keybinds.conf
# Custom
source=~/.config/hypr/custom/env.conf
source=~/.config/hypr/custom/execs.conf
source=~/.config/hypr/custom/general.conf
source=~/.config/hypr/custom/rules.conf
source=~/.config/hypr/custom/keybinds.conf
# Why is this even here?? cuz 🤓
debug {
# overlay = true # Show fps n stuff
# damage_tracking = 0
# damage_blink = yes
}