22 lines
669 B
Text
22 lines
669 B
Text
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
# Sourcing external config files
|
|
|
|
# Default Configs
|
|
$configs = $HOME/.config/hypr/configs
|
|
|
|
source=$configs/Settings.conf
|
|
|
|
# User Configs
|
|
$UserConfigs = $HOME/.config/hypr/UserConfigs
|
|
|
|
source= $UserConfigs/i3Keybinds.conf
|
|
source= $UserConfigs/Startup_Apps.conf
|
|
source= $UserConfigs/ENVariables.conf
|
|
source= $UserConfigs/Monitors.conf
|
|
source= $UserConfigs/Laptops.conf
|
|
source= $UserConfigs/LaptopDisplay.conf
|
|
source= $UserConfigs/WindowRules.conf
|
|
source= $UserConfigs/UserDecorAnimations.conf
|
|
source= $UserConfigs/UserKeybinds.conf
|
|
source= $UserConfigs/UserSettings.conf
|
|
source= $UserConfigs/WorkspaceRules.conf
|