Update application ID and readme

This commit is contained in:
Jason Francis 2020-05-08 19:57:35 -04:00
parent 69564522bc
commit 1a58f8e15c
2 changed files with 4 additions and 9 deletions

View File

@ -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

View File

@ -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())