Skip to content

Instantly share code, notes, and snippets.

@strycore
Created January 28, 2021 21:39
Show Gist options
  • Save strycore/c8b1c9e60dea42a6e6304ee2a7ee166e to your computer and use it in GitHub Desktop.
Save strycore/c8b1c9e60dea42a6e6304ee2a7ee166e to your computer and use it in GitHub Desktop.
Wayland user stories
* As a command line user, I want to be able to switch resolutions from a terminal.
* As an owner of a Hi-DPI laptop, I want to be able to create new screen modes to have access to Lo-DPI modes.
* As a Linux gamer, I want to play old Linux games that don't support my native resolution in full screen mode. Bonus point if there are ways to keep the aspect ratio.
* As a Linux gamer, I want to get sure I get the best performance out of my computer.
* As an application developer, I want to fetch the list of connected monitors and their resolutions. The resolution can be changed and displays can be turned on and off with an API.
* As a content creator, I want to be able to record a Vim or Blender tutorial where I can show the viewers what keystrokes I'm typing.
* As a remote worker, I want to be able to share my Screen on Slack during a call.
* As a graphic designer, I want to be able to use a color picker on any area of the screen.
* As a QA engineer, I want to setup an automated test suite that will automatically click on UI elements of a GUI application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment