Ajout : variable XDG_CONFIG_HOME dans le wrapper Hyprland
This commit is contained in:
parent
e88e749b39
commit
e311cc9dc7
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
# cd to home
|
# cd to home
|
||||||
cd
|
cd
|
||||||
|
|
||||||
|
# XDG
|
||||||
|
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||||
|
|
||||||
# Execution
|
# Execution
|
||||||
exec ssh-agent \
|
exec ssh-agent \
|
||||||
dbus-launch --exit-with-session \
|
dbus-launch --exit-with-session \
|
||||||
|
|
Loading…
Reference in a new issue