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
|
||||
|
||||
# XDG
|
||||
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||
|
||||
# Execution
|
||||
exec ssh-agent \
|
||||
dbus-launch --exit-with-session \
|
||||
|
|
Loading…
Reference in a new issue