diff --git a/.gitignore b/.gitignore index a56bea1..8f5d5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/hypr/hyprland/overrides.conf +/hypr/shell-vars.conf /hypr/scheme/current.conf /spicetify/config-xpui.ini diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5243f04..242050f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,6 +7,10 @@ exec = cp -L --no-preserve=mode --update=none $hypr/scheme/default.conf $hypr/sc source = $hypr/scheme/current.conf source = $hypr/variables.conf +# Shell variables +exec = touch -a $hypr/shell-vars.conf +source = $hypr/shell-vars.conf + # User variables exec = mkdir -p $cConf && touch -a $cConf/hypr-vars.conf source = $cConf/hypr-vars.conf