Adjusts config
This commit is contained in:
parent
20f63ff346
commit
8372d7f669
53 changed files with 130 additions and 7872 deletions
|
|
@ -1,22 +1,12 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# Sourcing external config files
|
||||
$hyprPath = ~/.config/hypr
|
||||
$config = $hyprPath/config
|
||||
|
||||
# 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
|
||||
source = $config/Startup_Apps.conf
|
||||
source = $config/Animation.conf
|
||||
source = $config/Settings.conf
|
||||
source = $config/Decoration.conf
|
||||
source = $config/ENVariables.conf
|
||||
source = $config/Keybinds.conf
|
||||
source = $config/Monitors.conf
|
||||
source = $config/WindowRules.conf
|
||||
source = $config/WorkspaceRules.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue