From 1a58f8e15c7a747f7e5707578eaead6f04e3b5bf Mon Sep 17 00:00:00 2001 From: Jason Francis Date: Fri, 8 May 2020 19:57:35 -0400 Subject: [PATCH] Update application ID and readme --- README.md | 11 +++-------- meson.build | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a521584..b39ac9b 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ ninja -C build sudo ninja -C build install ``` -Binaries are not available. Only building from source is supported, and only -if you're using wlroots compiled from master. +Binaries are not available. Only building from source is supported. # 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 identification. Disable if they get in the way. -# FAQ (Fervently Anticpiated Quandaries) +# FAQ ### What is this? 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? 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 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 [sway]: https://github.com/swaywm/sway diff --git a/meson.build b/meson.build index e1e6943..f8e8c93 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2020 Jason Francis # 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.set('app_id', meson.project_name())