Open BelkaDev opened 3 years ago
You can give certain classes exceptions, or toggle tiling with a shortuct
Tiling Exceptions:
KDE Settings > Window Management > KWin Scripts > Krohnkite > Rules
Shortcut:
KDE Settings > Shortcuts > Kwin > Krohnkite - set floating
Context
Not all programs have the
--class
attribute to specify the startup WM_CLASSProcess
xdotool search --name "konsole" set_window --class "floating"
Expected result
Window updates to floating mode.
Current result
Window is not floating.