Update application ID and readme
This commit is contained in:
parent
596ed1c2a9
commit
85fe656bb3
11
README.md
11
README.md
@ -26,8 +26,7 @@ ninja -C build
|
|||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
```
|
```
|
||||||
|
|
||||||
Binaries are not available. Only building from source is supported, and only
|
Binaries are not available. Only building from source is supported.
|
||||||
if you're using wlroots compiled from master.
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
@ -48,22 +47,18 @@ There are some options available by clicking the menu button on the top left:
|
|||||||
- Overlay Screen Names: Shows big names in the corner of all screens for easy
|
- Overlay Screen Names: Shows big names in the corner of all screens for easy
|
||||||
identification. Disable if they get in the way.
|
identification. Disable if they get in the way.
|
||||||
|
|
||||||
# FAQ (Fervently Anticpiated Quandaries)
|
# FAQ
|
||||||
|
|
||||||
### What is this?
|
### What is this?
|
||||||
|
|
||||||
It's intended to be the Wayland equivalent of an xrandr GUI, like [ARandR].
|
It's intended to be the Wayland equivalent of an xrandr GUI, like [ARandR].
|
||||||
|
|
||||||
### Help, I get errors and/or crashes!
|
|
||||||
|
|
||||||
Make sure your wlroots is at version 0.7.0 or later.
|
|
||||||
|
|
||||||
### I'm using Sway, why aren't my display settings saved when I log out?
|
### I'm using Sway, why aren't my display settings saved when I log out?
|
||||||
|
|
||||||
Sway, like i3, doesn't save any settings unless you put them in the config
|
Sway, like i3, doesn't save any settings unless you put them in the config
|
||||||
file. See man `sway-output`. If you want to have multiple configurations
|
file. See man `sway-output`. If you want to have multiple configurations
|
||||||
depending on the monitors connected, you'll need to use an external program
|
depending on the monitors connected, you'll need to use an external program
|
||||||
like [kanshi].
|
like [kanshi]. Integration with that and other external daemons is planned.
|
||||||
|
|
||||||
[kanshi]: https://github.com/emersion/kanshi
|
[kanshi]: https://github.com/emersion/kanshi
|
||||||
[sway]: https://github.com/swaywm/sway
|
[sway]: https://github.com/swaywm/sway
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
|
# SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
project('com.github.cyclopsian.wdisplays', 'c', license: 'MIT', version: '0.9')
|
project('network.cycles.wdisplays', 'c', license: 'MIT', version: '1.0')
|
||||||
|
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
conf.set('app_id', meson.project_name())
|
conf.set('app_id', meson.project_name())
|
||||||
|
Loading…
Reference in New Issue
Block a user