You are not logged in.
so here's the thing, im trying to exclude dwm for rounded corners so i run xprop and select the dwm bar, output:
WM_CLASS(STRING) = "dwm", "dwm"
but when i try to add it to my picom.conf for some reason it doesn't work:
round-borders-exclude = [ "class_g = 'dwm'" ]
i also try it with "name", "class_i", "_NET_WM_NAME@:32a" and "WM_CLASS@:32a" but none of these works, any hint?
Offline
round-borders-exclude = [ "class_g = 'dwm'" ]
Not round-borders-exclude but rounded-corners-exclude
Last edited by mkoskar (2023-05-25 08:57:56)
Offline
thanks, i think i miss wirte it
Offline