Debian Patches
Status for sway/1.11-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-Modify-default-configuration-for-Debian.patch | [PATCH] Modify default configuration for Debian Include another directory to be able to override the variables set at the beginning of the configuration file. |
Birger Schacht <birger@debian.org> | no | 2024-09-29 | ||
0001-Install-zsh-completions-into-the-correct-directory.patch | [PATCH] Install zsh completions into the correct directory | Birger Schacht <birger@debian.org> | no | 2023-12-23 | ||
0004-feat-comment-default-output-setting.patch | [PATCH] feat: comment default output setting We comment the default output setting, because the Sway wallpaper files are shipped in a separate package `sway-backgrounds`. Installing this package drops a config file to @sysconfdir@/sway/config.d/ |
Birger Schacht <birger@debian.org> | no | 2025-01-04 | ||
0005-xdg-shell-fix-reported-WM-capabilities.patch | xdg-shell: fix reported WM capabilities Previously it was reporting window_menu and maximize instead of fullscreen because wlr_xdg_toplevel_set_wm_capabilities expects a bitmask (WLR_XDG_TOPLEVEL_WM_CAPABILITIES_*), and XDG_TOPLEVEL_WM_CAPABILITIES_* are supposed to be used as values in wl_array, so the values are different: XDG_TOPLEVEL_WM_CAPABILITIES_FULLSCREEN = 3 WLR_XDG_TOPLEVEL_WM_CAPABILITIES_FULLSCREEN = 4 (cherry picked from commit c5456be7506adece2cdf922ed6d919db597944ab) |
Nikola Kocic <nikola-kocic@users.noreply.github.com> | no | upstream, https://github.com/swaywm/sway/commit/516a3de4ca6c2378b875f62ffa6008d1cfa0cba9 | 2025-09-09 | |
0006-revert_drag_lock_default_to_disabled.patch | [PATCH] Revert drag_lock default to disabled I misunderstood the recommendation in the libinput release notes. Instead of making enabled_sticky the default, leave the default set to disabled. |
Simon Ser <contact@emersion.fr> | no | 2025-07-09 |