this post was submitted on 29 Nov 2023
26 points (90.6% liked)

Linux

48129 readers
429 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I moved over to Wayland full time a couple of weeks ago (using KDE on Arch). I have finally rid myself of any X11 hangups apart from one. Latte will NOT respect my primary screen when changing monitor arrangement (ie. turning my projector on and off) and seems to randomly pick a screen to call the primary.

Soooo, as I'm considering a change....what dock in Wayland works for you? Is there anything as good as Latte in X11?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (2 children)

I use scripts that change my display setup (xrandr), the active latte profile and my audio output.

The command to switch the latte profile

qdbus org.kde.lattedock /Latte org.kde.LatteDock.switchToLayout Monitors

You can just create a profile for every scenario once and switch between them.

[–] [email protected] 1 points 11 months ago

Not seen this before, I'll give it a go. Thanks for the suggestion.

[–] [email protected] 1 points 11 months ago (1 children)

Does xrandr work on Wayland? I thought it was an X11 tool. That would be so cool, I use it to change the brightness on my laptop's monitor when KDE's gui thing stops working (after sleep, I think). I think I looked for a replacement for Wayland but did not find anything a while back

[–] [email protected] 2 points 11 months ago (1 children)

Only the KDE/latte part of my script was relevant to the topic. Xrandr is X11

[–] [email protected] 1 points 11 months ago

Ah, ok. Thanks for the clarification ^__^