make hyprland config more configurable

This commit is contained in:
end-4
2026-04-06 10:22:13 +02:00
parent 2d0ac6e7db
commit 9f5be8b0bc
6 changed files with 71 additions and 31 deletions
+24 -14
View File
@@ -1,30 +1,40 @@
# This file sources other files in `hyprland` and `custom` folders
# You wanna add your stuff in files in `custom`
$qsConfig = ii
exec = hyprctl dispatch submap global # DO NOT REMOVE THIS OR YOU WON'T BE ABLE TO USE ANY KEYBIND
submap = global # This is required for catchall to work
# Environment variables
# --- Environment variables ---
source=hyprland/env.conf
source=custom/env.conf
# Defaults
source=hyprland/execs.conf
source=hyprland/general.conf
source=hyprland/rules.conf
source=hyprland/colors.conf
source=hyprland/keybinds.conf
# --- Other vars ---
source=hyprland/variables.conf
source=custom/variables.conf
# Custom
# --- Defaults ---
# hyprlang if !dontLoadDefaultExecs
source=hyprland/execs.conf
# hyprlang endif
# hyprlang if !dontLoadDefaultGeneral
source=hyprland/general.conf
# hyprlang endif
# hyprlang if !dontLoadDefaultRules
source=hyprland/rules.conf
# hyprlang endif
# hyprlang if !dontLoadDefaultColors
source=hyprland/colors.conf
# hyprlang endif
# hyprlang if !dontLoadDefaultKeybinds
source=hyprland/keybinds.conf
# hyprlang endif
# --- Custom ---
source=custom/execs.conf
source=custom/general.conf
source=custom/rules.conf
source=custom/keybinds.conf
# nwg-displays support
# --- nwg-displays support ---
source=workspaces.conf
source=monitors.conf
# Shell overrides
# --- Shell overrides ---
source=hyprland/shellOverrides/main.conf