The Wayback Machine - https://web.archive.org/web/20200616071846/https://github.com/topics/wayland
Skip to content
#

wayland

Here are 241 public repositories matching this topic...

shibe2
shibe2 commented Aug 25, 2019
  • Sway Version:

sway version 1.2-rc2 (Aug 23 2019, Arch Linux)

  • Configuration File:
bar {
    status_command tail -f ~/sway-status.txt
}

When status command initially immediately outputs multiple lines, they all are shown on the swaybar. When after that the command outputs more lines, only the last line is shown.

Swaybar should always display only the last status line.

xzfc
xzfc commented Apr 23, 2020

man peek on NixOS is binary garbage. It seems that some part of the build system doesn't know that peek.1 is already compressed and gzips it for the second time.

One possible fix is to add .gz suffix to generated manpage filename. This is consistent with behavior of data/man/CMakeLists.txt which appends .gz suffix.

diff --git a/data/man/meson.build b/data/man/meson.build
in
jplatte
jplatte commented Sep 26, 2019

See discussion in Alexays/Waybar#364. The existing font list in the default style and examples doesn't seem to be very useful.

I would recommend only listing a single font, if any, in the default style / examples, and add a comment to the css files that explains how to create a custom font or configure fontconfig to make icons work consistently.

lobaluna
lobaluna commented Feb 19, 2020

I cannot find neither in man pages nor here in github how to switch to another graphical session (second user). How do I switch and switch back?
I'm using Lubuntu 19.10, not KDE desktop, but the Lubuntu desktop itself. So I do not have the practical and very useful dm-tool command from lightdm. Nor there is a script to switch, something like lxqt-switch or sddm-switch. I have asked in Lubuntu.me

vberger
vberger commented May 2, 2020

The current API of wayland-cursor creates a wl_buffer (ondemand) for each image of the animation of every cursor. These buffers are kept alive for the whole lifetime of the app.

This is a bit wasteful in terms protocol resources, as it forces the server to keep the state of all these buffers in memory. In general it's good practice for wayland client to cleanup unused objects.

wayland-curs

bugaevc
bugaevc commented Jan 26, 2020

We should be able to recover from most of errors.

In particular, there's a lot of things that could go wrong when we try to copy our stdin to a temp file, such as issues with creating files in /tmp (perhaps fs permissions are misconfigured? perhaps /tmp is on a root filesystem that's mounted read-only?) and spawning programs (what if there's not enough memory to spawn cat?).

These erro

Improve this page

Add a description, image, and links to the wayland topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wayland topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.