Skip to content

Wayland

  • Arch fixes screen sharing by providing etc/sway/config.d/50-systemd-user.conf
  • libwayland: the classic core wayland code and protocol
  • freeway: a slightly smaller, simpler libwayland implementation with less dependencies and native NetBSD kqueue support
  • nyctal: tiny wayland compositor implemented in Go
  • wld: a primitive drawing library that targets wayland
  • swc: a wonderful library for creating simple tiling wayland compositors, using wld
  • neuwld: a fork of wld with proper font rendering, and more features in the works
  • neuswc: a fork of swc with many more features and fixes implemented, including wallpapers, screenshots, and better cursor handling
  • velox: a simple tiling compositor based on swc
  • hevel: a scrollable, floating compositor inspired by plan9 UX paradigms, based on neuswc
  • st-wl: a port of the suckless terminal emulator to wayland, using wld
  • hst: a pre-patched and freeway-compatible version of st-wl with better font rendering using neuwld
  • havoc: a minimal and modern wayland terminal emulator
  • hack: a native-wayland version of plan9port’s acme editor with theming support, using wld
  • swiv: tiny image viewer for wayland, using wld
  • swclock: a xclock-like analog clock program for wayland, using neuwld
  • wev: small tool for debugging events on a wayland window