mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
19 lines
No EOL
515 B
Text
19 lines
No EOL
515 B
Text
# Sourcing external config files
|
|
|
|
# Default Configs
|
|
$configs = $HOME/.config/hypr/configs
|
|
|
|
source=$configs/Settings.conf
|
|
source=$configs/Keybinds.conf
|
|
|
|
# User Configs
|
|
$UserConfigs = $HOME/.config/hypr/UserConfigs
|
|
|
|
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/UserKeybinds.conf
|
|
source= $UserConfigs/UserSettings.conf |