mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 03:04:31 +10:00
hyprland: also load custom env vars before default config
allows making shell scale update-friendly
This commit is contained in:
@@ -5,8 +5,11 @@ $qsConfig = ii
|
|||||||
exec = hyprctl dispatch submap global # DO NOT REMOVE THIS OR YOU WON'T BE ABLE TO USE ANY KEYBIND
|
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
|
submap = global # This is required for catchall to work
|
||||||
|
|
||||||
# Defaults
|
# Environment variables
|
||||||
source=hyprland/env.conf
|
source=hyprland/env.conf
|
||||||
|
source=custom/env.conf
|
||||||
|
|
||||||
|
# Defaults
|
||||||
source=hyprland/execs.conf
|
source=hyprland/execs.conf
|
||||||
source=hyprland/general.conf
|
source=hyprland/general.conf
|
||||||
source=hyprland/rules.conf
|
source=hyprland/rules.conf
|
||||||
@@ -14,7 +17,6 @@ source=hyprland/colors.conf
|
|||||||
source=hyprland/keybinds.conf
|
source=hyprland/keybinds.conf
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
source=custom/env.conf
|
|
||||||
source=custom/execs.conf
|
source=custom/execs.conf
|
||||||
source=custom/general.conf
|
source=custom/general.conf
|
||||||
source=custom/rules.conf
|
source=custom/rules.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user