sway
sway copied to clipboard
i3-compatible Wayland compositor
"The compositor must not send this event if the wl_keyboard did not have an active surface immediately before this event. The compositor must not send this event if state is...
Fixes: #8143 #8173 Upstream issue: https://github.com/fcitx/fcitx5/issues/1044
Sway Version: Sway 1.9 The first spawned window border thickness is less than what I specified and only windows spawned after this window will have correct border size. issue: https://github.com/swaywm/sway/assets/151087513/061652f6-fa2a-4e60-bfb4-0e01c37781b7...
Sway version: Sway 1.9 Config file: [sway_config.txt](https://github.com/swaywm/sway/files/15444429/sway_config.txt) I managed to fix this by manually setting `titlebar_border_thickness 2`
Alternative to https://github.com/swaywm/sway/pull/8313, issuing the proper transaction earlier rather than going out of our way to not touch the siblings earlier. Sending 0,0 as configure dimensions indicate that the client...
First time contributor to Sway here. After studying Sway's codebase for a bit, due to wanting to implement something unrelated, I noticed that the function `seat_get_config()` (and it's sister function...
### Please fill out the following: - **Sway Version:** - `swaymsg -t get_version` or `sway -v` sway version 1.10-dev-77b9ddab (Aug 26 2024, branch 'master') - **Configuration File:** - default config...
**EDIT** It turns out you `require` one screen at `position 0 0`. I touched the original config with `output DP-2 resolution 1920x1080 position 0 0` and it still works on...
Goals: 1. Get rid of `toplevel_layer_surface_from_surface()`. We can just walk the scene to get this info. 2. Introduce a few scene descriptor helpers to reduce code duplication See individual commits.
This is hacky but allows us to reuse most of the arrange code to calculate the geometry if a single container was to be added, without causing any changes at...