mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
server/client: use $WAYLAND_DISPLAY instead of $XDG_SESSION_ID in default socket path
Foot is a Wayland client and cannot be run outside of a Wayland session. As such, it makes more sense to use $WAYLAND_SESSION instead of $XDG_SESSION_ID in the default socket path since this makes it clearer which Wayland session we belong to. Closes #55.
This commit is contained in:
parent
387e8de751
commit
5e26d3ef47
7 changed files with 26 additions and 17 deletions
|
|
@ -40,6 +40,8 @@
|
|||
* Configuration errors are no longer fatal; foot will start and print
|
||||
an error inside the terminal (and of course still log errors on
|
||||
stderr).
|
||||
* Default `--server` socket path to use `$WAYLAND_DISPLAY` instead of
|
||||
`$XDG_SESSION_ID` (https://codeberg.org/dnkl/foot/issues/55).
|
||||
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue