You are not logged in.

#1 2022-02-22 22:07:25

Nigh Knight
Member
Registered: 2021-07-10
Posts: 13

Dragging selected text adds a background to the selection.

Whatever might be selected, a background is added, sometimes there's only the background without the text.

Figured it might've been a compositing issue, so I looked unto my picom config, but I can't seem to find the option that fixes my problem.

My picom config

A demonstration of the problem, notice the black background around the text after dragging the selection:
https://i.imgur.com/XNnKLST.gif


Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code

Last edited by Slithery (2022-02-22 22:41:01)

Offline

#2 2022-02-23 07:47:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,041

Re: Dragging selected text adds a background to the selection.

Even iff there's a compositor, the behavior is ultimately down to the specific client (the application you're dragging from)
It needs to create an ARGB window and set the background accordingly - which it might depend on whether there was a compositor available when it started.
You can configure the overall opacity for "dnd" windows in picom, but that likewise requires the client to at least use the proper window type.

Offline

Board footer

Powered by FluxBB