Files
dots-hyprland/dots/.config/hypr/hyprland.conf
T
end-4 eecc1201d8 hyprland: also load custom env vars before default config
allows making shell scale update-friendly
2026-01-12 11:30:20 +01:00

28 lines
696 B
Plaintext

# 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
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
# Custom
source=custom/execs.conf
source=custom/general.conf
source=custom/rules.conf
source=custom/keybinds.conf
# nwg-displays support
source=workspaces.conf
source=monitors.conf