hypr: add shell vars

For eventual shell integration
This commit is contained in:
2 * r + 2 * t 2025-08-09 15:34:50 +10:00
parent c0414f1b81
commit fb87fa1801
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
/hypr/hyprland/overrides.conf
/hypr/shell-vars.conf
/hypr/scheme/current.conf
/spicetify/config-xpui.ini

View file

@ -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