hypr: add shell vars
For eventual shell integration
This commit is contained in:
parent
c0414f1b81
commit
fb87fa1801
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/hypr/hyprland/overrides.conf
|
||||
/hypr/shell-vars.conf
|
||||
/hypr/scheme/current.conf
|
||||
|
||||
/spicetify/config-xpui.ini
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue