mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
# This file sources other files in `hyprland` and `custom` folders
|
|
# You wanna add your stuff in files in `custom`
|
|
|
|
# --- 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
|
|
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 ---
|
|
# 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
|
|
source=monitors.conf
|
|
|
|
# --- Shell overrides ---
|
|
source=hyprland/shellOverrides/main.conf
|