Wayland

368 readers
2 users here now

!Wayland

Anything to do about Wayland and things built around it.

Related Communities

founded 4 years ago
MODERATORS
1
7
submitted 1 week ago* (last edited 1 week ago) by chimay@lemmy.world to c/wayland@lemmy.ml
 
 

I'm willing to try some wayland compositor, but I would need some advice to find adequate replacement for my usual X11 utilities.

  • the compositor/window manager : some tiling one, ideally close to herbstluftwm (hyprland, unless you've got a better match)
  • a tool to set up some custom keyboard map, like xmodmap
  • a key binding handler like sxhkd, able to manage key chains (bindings with prefix)
  • a customizable menu like rofi or dmenu
  • a bar like polybar : maybe waybar ?
  • a notification service
  • a tools to adjust screen luminosity, like xblacklight
  • a transparency fitter, like transset
  • a replacement for xset dpms, to put the screen to spleep

Any ideas are welcome !

2
 
 

I have heard the dismissal, I have been told I don't matter, I have been told I'm a edge case.

But I'm telling you wayland, I chafe at you taking away my optionality.

Sometimes I ~need~ that feature, and when I need it, I need it bad !

I understand that the IBM money pouring into wayland is super happy about the linux world losing network transparency for apps, stripping power users of their inconvenient toys.

But I'm telling you, I need it.

No, waypipe isn't it.

~~Also, no longer having distinct window managers from the compositor give me serious bad vibes but this isn't what this is about~~

3
4
5
6
7
 
 

has anyone tried it on wayland? are there any other screensavers for wayland? AFAIK this is the only screensaver that works on wayland.

*https://gitlab.xfce.org/apps/xfce4-screensaver/-/merge_requests/28

8
9
10
11
12
 
 

This article discusses a fallback tab dragging implementation for compositors who don't support xdg-toplevel-drag.

They say that Gnome doesn't support it, but Gnome does support it: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4107.

13
14
15
16
17
 
 

cross-posted from: https://lemmy.ml/post/21898601

One of the quickest ways to determine whether particular application runs using Xwayland is to resize one of its windows and see how it behaves, for example

While it can be handy for the debugging purposes, overall, it makes the KDE Plasma Wayland session look less polished. So, one of the goals for 6.3 was to fix this visual glitch.

This article will provide some background behind what caused the glitch and how we addressed it.

18
 
 

cross-posted from: https://discuss.tchncs.de/post/23486789

This full packed release comes with three new staging protocols:

  • system bell - allowing e.g. terminal emulators to hand off system bell alerts to the compositor for among other things accessibility purposes

  • fifo - for implementing first in first out surface content update behavior

  • commit timing - for adding time constraints to surface content update

Other than this, the presentation timing protocol protocol got a version minor bump describing how to deal with variable refresh rate.

Other protocols saw the regular clarifications and bug fixes, and some deprecated events is now properly indicated as such in the XML. Please see individual commits for details.

19
20
6
submitted 1 year ago* (last edited 1 year ago) by teolan@lemmy.world to c/wayland@lemmy.ml
21
 
 

Hey guys, I've been using tiling wms for a long time and today I decided to try floating wms. Do you guys know any Wayland floating wm?

22
23
 
 

cross-posted from: https://programming.dev/post/9378922

v0.1 was released recently

24
6
submitted 1 year ago* (last edited 1 year ago) by max641@lemmy.world to c/wayland@lemmy.ml
 
 

Qn^

I was looking for dmenu alternatives in wayland.

Required to search and execute commands in $PATH.

Edit: Solved using bemenu, with a simple script.

source ~/.bashrc
bemenu-run -b -H 4 --fn 'fixedsys-Excelsior-12'
25
 
 

AFAIK waybar doesn't offer quick launch buttons, but it does offer custom modules, which one can use to mimic such buttons. I'm using custom modules in a pretty simple way, for example for librewolf (I didn't find an awesome icon font for it, so using the FF one):

    "custom/librewolf": {
        "format": "",
        "interval": "once",
        "on-click": "librewolf",
    },

I have some other ones for other applications. I do use keybindings as well, and I can use wofi to search for the applications, but none of them are really alternatives for other users.

It does work ! However I was looking for a very simple way to add what official modules, like a "tooltip-format" which is part of the official modules. Not sure why on earth it's not part of the custom modules. So for example, I'd look for something similar to:

    "custom/librewolf": {
        "format": "",
        "tooltip-format" "Librewolf Browser"
        "interval": "once",
        "on-click": "librewolf",
    },

So that if someone doesn't recognize the awesome font icon, one could just find out by the tip shown when getting the mouse on top of the button. As this is not supported. Is there any simple way to do that? Hopefully not requiring to add several scripts just for this. Something that might be part of such snippet, and pretty simple would be great, 🙂

Please let me know of suggestions.

Thanks !

view more: next ›