mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
# Sourcing external config files
|
|
$configs = $HOME/.config/hypr/configs
|
|
|
|
source=$configs/ENVariables.conf
|
|
source=$configs/Execs.conf
|
|
source=$configs/Keybinds.conf
|
|
source=$configs/Monitors.conf
|
|
source=$configs/WindowRules.conf
|
|
source=$configs/Settings.conf
|
|
|
|
|
|
|
|
|
|
|
|
|