tv alacritty: TMPDIR -> XDG_RUNTIME_DIR
This commit is contained in:
parent
051dd045d3
commit
70472d8c45
@ -83,7 +83,7 @@ let
|
|||||||
in pkgs.writeText "alacritty-tv-${name}.profile" /* sh */ ''
|
in pkgs.writeText "alacritty-tv-${name}.profile" /* sh */ ''
|
||||||
# Use home so Alacritty can find the configuration without arguments.
|
# Use home so Alacritty can find the configuration without arguments.
|
||||||
# HOME will be reset once in Alacritty.
|
# HOME will be reset once in Alacritty.
|
||||||
HOME=$TMPDIR/Alacritty-${name}
|
HOME=$XDG_RUNTIME_DIR/Alacritty-${name}
|
||||||
export HOME
|
export HOME
|
||||||
|
|
||||||
# Tell Alacritty via XDG_RUNTIME_DIR where to create sockets.
|
# Tell Alacritty via XDG_RUNTIME_DIR where to create sockets.
|
||||||
|
Loading…
Reference in New Issue
Block a user