Description
Upfront Information
-
Fvwm3 version:
1.0.5 (1.0.4-128-gc7b41a03)
installed from the fvwm3-git AUR package -
VLC version 3.0.17.4 Vetinari (3.0.13-8-g41878ff4f2) installed from Arch's Extra repo
-
Linux distribution: EndeavourOS Linux x86_64
-
Kernel: 5.18.3-arch1-1
Expected Behaviour
I set the DecorateTransient Style to all windows with Style * DecorateTransient
I explicitly gave the NakedTransient Style to vlc with Style vlc NakedTransient
My current configuration for transient windows is as following:
Style * RaiseTransient, LowerTransient, StackTransientParent \
!FPGrabFocusTransient, DecorateTransient
Style vlc * NakedTransient
Now transient windows in vlc should not be decorated at all...
Actual Behaviour
But after turning on fullscreen mode with vlc's built-in fullscreen function, the transient playback progress window still receives decorations.
This behaviour can be replicated with the default fvwm3 config that comes in /usr/share/fvwm3/default-config/config
, after you
supplement it with these specific Style settings, of course.