mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
16 lines
475 B
Desktop File
16 lines
475 B
Desktop File
# https://github.com/microsoft/WSL/issues/11261
|
|
# ~/.config/systemd/user/symlink-wayland-socket.service
|
|
# Usage:
|
|
#
|
|
# Cannot use GUI apps/tools as Wayland socket doesn't exist in `XDG_RUNTIME_DIR`
|
|
|
|
[Unit]
|
|
Description=Symlink Wayland socket to XDG_RUNTIME_DIR
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ln -s /mnt/wslg/runtime-dir/wayland-0 $XDG_RUNTIME_DIR
|
|
ExecStart=/usr/bin/ln -s /mnt/wslg/runtime-dir/wayland-0.lock $XDG_RUNTIME_DIR
|
|
|
|
[Install]
|
|
WantedBy=default.target
|