Skip to content

Commit

Permalink
Information about running on sessions running Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasprz authored Jan 23, 2024
1 parent f5913ae commit 71110d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ enable Xorg.
```
sudo sed 's/#WaylandEnable=false/WaylandEnable=false/' /etc/gdm/custom.conf -i # on Gnome
```
[on Fedora](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/)
[On Fedora](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/).


Alternatively running with `GDK_BACKEND=x11` may help.

```
GDK_BACKEND=x11 ./atbswpv0.3.0-linux
```
It could be used to create appropriate ".desktop" entry.

# Join us
To keep up with the latest news about atbswp you can reach us on this [telegram channel](https://t.me/atbswp) we will
Expand Down

0 comments on commit 71110d3

Please sign in to comment.