wayland
Here are 279 public repositories matching this topic...
Would it be possible to have Peek automatically start the render after capture, saving it using the default filepath it already uses?
Add an output flag
-
Updated
Dec 19, 2019 - C
-
Updated
Nov 2, 2020 - C
signal_callback_t is already deprecated, and up to now we have had to fix numerous bugs due to forgetting to disconnect it.
signal_connection_t is the new signal connection mechanism which uses destructors to automatically disconnect. It is already used in new code. So we should just go through all places where signal_callback_t is used, replace it with signal_connection_t` and then remov
-
Updated
Aug 3, 2019 - Python
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 22, 2020 - C
-
Updated
Jan 9, 2018 - Rust
Clean up on signals
When wl-copy is sent a signal to terminate it, it should clean up the temp buffer files instead of leaving them around.
This is a very simple shell protocol only allowing for fullscreen surfaces. You can find a very basic implementation here: https://github.com/swaywm/wlroots/blob/master/examples/fullscreen-shell.c
-
Updated
Oct 31, 2020 - Shell
-
Updated
Sep 26, 2020 - Shell
- commands to move a window up and down the stack
- commands to spawn a window in a location next or previous to the currently focused window in the stack where the window to spawn is given as an argument.
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Aug 10, 2020 - C
Improve this page
Add a description, image, and links to the wayland topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wayland topic, visit your repo's landing page and select "manage topics."
See swaywm/sway#5299 (comment)