sway icon indicating copy to clipboard operation
sway copied to clipboard

i3-compatible Wayland compositor

Results 570 sway issues
Sort by recently updated
recently updated
newest added

Yesterday I had sway dumping core, and apparently it also happened last week (coredump file is gone though for that one). I run valgrind on it (since the stack trace...

bug

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3589

When trying to move a window to a workspace using `$mod+shift+n` with the following config: ``` input type:keyboard {    xkb_layout us,de    xkb_options caps:super,grp:win_space_toggle } ``` everything works fine with `capslock+shift+n`...

bug

When a container with children is moved to a different workspace its layout should not change, but currently if the destination workspace is empty, each child of the container gets...

- **Sway Version:** sway version 1.8-dev sway: a7898637de43de1757f72393ef1caedf568f45e4 wlroots: 410c08cdc676de1f24d71d8817587e1f7e6b4093 - **Debug Log:** I will try to obtain some log next time it happens. - **Configuration File:** https://gist.github.com/nurelin/1c930ab407ca2d1458515601d418a296 - **Stack...

bug

Keyboard focus tracking with session lock has some incorrect edge cases around output destroy/create; this changes them to more closely mirror those used by layer_shell.

Closes: #6562 #7120 #6914 #6821 #6960 #6148 #5867 #5497 #5460 #6469 Supersedes: #6820 #6747 This should be enough where if most people were on this patch, they wouldn't know it....

See: https://github.com/swaywm/sway/issues/4511. Adds a config option 'primary_selection', which explicitly enables/disables the primary selection clipboard. This is implemented as a config-option check in 'handle_request_set_primary_selection', which clears the primary selection if the...

## sway version sway version v1.5 ## log [log](https://gist.github.com/plattfot/a8371fbe37501bc52a7bbdd823a0b265) **Note** the log is quite big as sway was running for a few hours before it happened. ## config [config](https://gist.github.com/plattfot/dd7451ab6b6912b50b53caed7fe4b913) ##...

bug

Depends on ~~#4932~~, ~~https://github.com/swaywm/wlroots/pull/2550~~ and ~~https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3416~~. ~~https://github.com/swaywm/wlroots/pull/2697~~, ~~#5980~~, ~~#6004~~, and ~~#6005~~ are related but not required.

enhancement