Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove br tag from title to fix search engine results #10

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br>
<h1 align="center">
<br>
Gamescope DBus
</h1>

Expand Down Expand Up @@ -44,10 +44,9 @@ XML specifications for all interfaces can be found in [bindings/dbus-xml](./bind

Individual interface documentation can be found here:

* [org.shadowblip.Gamescope.Manager](./docs/manager.md)
* [org.shadowblip.Gamescope.XWayland](./docs/xwayland.md)
* [org.shadowblip.Gamescope.Wayland](./docs/wayland.md)

- [org.shadowblip.Gamescope.Manager](./docs/manager.md)
- [org.shadowblip.Gamescope.XWayland](./docs/xwayland.md)
- [org.shadowblip.Gamescope.Wayland](./docs/wayland.md)

## Usage

Expand All @@ -61,7 +60,6 @@ You can also interface with DBus using the `busctl` command:
busctl --user tree org.shadowblip.Gamescope
```


```bash
└─ /org
└─ /org/shadowblip
Expand All @@ -72,7 +70,6 @@ busctl --user tree org.shadowblip.Gamescope
└─ /org/shadowblip/Gamescope/XWayland1
```


```bash
busctl --user introspect org.shadowblip.Gamescope /org/shadowblip/Gamescope/XWayland0
```
Expand Down
Loading