sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6d94f77457e34fc8a295e18a27e10fb39ee3b8a0
parent 1e95191900d1f16b4d195f2d05f1eb7cb1f62ad5
Author: David Eklov <david.eklov@gmail.com>
Date:   Sun, 10 Jul 2016 09:47:35 -0500

Revert "swaybg: Make swaybg a shell surface"

This reverts commit 99bda4afe27d9e5723ab6b0ebe5eabb0caaa8eeb.

It turned out that code to handle swaybg as shell surface was broken so we don't
want to make swaybg a shell surface until this has been fixed.

Diffstat:
Mswaybg/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/swaybg/main.c b/swaybg/main.c @@ -54,7 +54,6 @@ int main(int argc, const char **argv) { sway_abort("Failed to create surfaces."); } desktop_shell_set_background(registry->desktop_shell, output->output, window->surface); - window_make_shell(window); list_add(surfaces, window); #ifdef WITH_GDK_PIXBUF