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

With xorg/i3 it was possible to run multiple separate/independent xorg-server/i3. xorg-server have the following related options: ``` $ X --help Unrecognized option: --help use: X [:] [option] ttyxx server started...

enhancement

WIP for the implementation of fifo-v1 Wayland protocol. wayland-protocol: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/256 wlroots base: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4463

### Please fill out the following: - **Sway Version:** 1.9 - **Debug Log:** https://gist.github.com/Aadniz/d35beeac3b73500120b36c518859c6ba - **Configuration File:** https://gist.github.com/Aadniz/6384c7411f489dccf251085b243a414b - **Stack Trace:** Kali Linux gave no output, below is the output...

bug

## Description I have been using `xcalib -invert -alter` on i3 sessions to invert screen colors. It would be nice to have the same option in sway. ## Use cases...

enhancement

The dump_scene commands dumps the scene tree to stderr. Draft as it's a wee bit hacky and we don't currently have a concept of debug commands like this, but as...

- **Sway Version:** - sway version 1.9 - **Configuration File:** .config/sway/config ``` bar { status_command status.sh } ``` .local/bin/status.sh ``` #!/bin/sh printf "{\"version\":1}\n" printf "[\n" while :; do printf "["...

bug

Planning for the next release. Milestone: https://github.com/swaywm/sway/milestone/14 Changes for users and packagers: - wlroots 0.18 is required. - `dmenu_run` is no longer a dependency of the default config file. -...

meta

- **Sway Version:** 1.9 - **Debug Log:** https://pastebin.com/cK2tFqHa Note that I do pass `--unsupported-gpu` because I have a nVidia discrete GPU, however I am also specifying `WLR_DRM_DEVICE=/dev/dri/card0`, which uses my...

bug

I want to use the same default layout for all keyboards, but devices like yubikeys (or barcode scanners, or any devices that pretend to be keyboards) use the US-QWERTY layout....

enhancement

Fix some falsely put hyphens (there's no such thing here) and common typos, clarify non-native explanations. @inspectorgadget03 @Tunay14335 :)