oezingle
oezingle
Works great for me in AwesomeWM and KDE. I've isolated the rule that enables tranparency down to this: ```css #navigator-toolbox { background: var(--bf-navbar-bg) !important; border: none !important; } ``` I...
You can disable tiling per window class, window name, etc. Go to `KDE Settings > Window Management > KWin Scripts > Krohnkite > Rules` and you can add the classes...
`KDE Settings > Shortcuts > Krohnkite - floating layout` would work well You can also disable Krohnkite by disabling the script in the config file and then forcing KWin to...
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 >...
Unfortunately I've yet to find a solution that doesn't cost anything in performance, but there's two tricks I've used. If I'm annotating a provided global, I use ```lua ---@type MyAwesomeType...