-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
, randfall
, 'ashell`
#32
Open
bbb651
wants to merge
14
commits into
rcalixte:master
Choose a base branch
from
bbb651:things-and-stuffs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bbb651
changed the title
Add
Add Nov 29, 2024
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
bbb651
changed the title
Add
Add Nov 30, 2024
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
bbb651
changed the title
Add
Add Dec 4, 2024
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
bbb651
changed the title
Add
Add Dec 23, 2024
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
, randfall
bbb651
changed the title
Add
Add Dec 27, 2024
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
, randfall
windowtolayer
, way-shell
, cage
, casilda
, cosmic-panel
, cosmic-launcher
, cosmic-comp
, wlprobe
, xwayland-satellite
, wprs
, randfall
, 'ashell`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DESCRIPTION
wlr-layer-shell-unstable-v1
instead (mainly aimed at wallpapers)wlr-layer-shell-unstable-v1
protocol, with the abillity to embed wayland clients as appletswlr-layer-shell-unstable-v1
protocolxdg-shell
windowtolayer
is a utility to run any xdg-shell application as layer-shell, I put it in tools rather than wallpapers even though it's made for wallpapers because it can be configured to use any layer and allows for keyboard and mouse interactivity.way-shell
is a Gnome inspired shell using layer-shell (currently sway only). Casilda is wayland compositor gtk 4 component, can be really useful for applets within a panel,tabbed
like utilities, DAWs, and a lot more. The rest are COSMIC (a wayland-only desktop environment currently in alpha) components, which follow w-p and wlr protocols and are useful on their own outside of the desktop enviroment.wlprobe
is a simple utility to dump available wayland globals as json. xwayland-satellite implements rootless xwayland through normalxdg-shell
toplevels.wprs
is a Xpra replacement for wayland, with a different approach than waypipe - it uses it's own protocol in the middle, which makes reconnections possible and reduce roundtrips where possible, with the downside of requiring explicit implementation for each protocol, compared to waypipe's more transparent forwarding of wayland messages (see README). Randfall is a wayland compositor test suite that tests unusual client behavior. Ashell is a Gnome-like shell made in iced targeting hyprland.Should wayland-explorer aka https://wayland.app/ be added too? It's a website and not a tool you run locally but it's invaluable for wayland development.
If we add such a section for references/documentation for developers, this talk by niri's developer is great and could fit there too (it's in Russian but it has English subtitles).
CHECKLIST
I have: