kwin-scripts / kwin-tiling

Tiling script for kwin
GNU General Public License v2.0
1.1k stars 68 forks source link

How to exclude YaKuake and Krunner? #61

Closed v3ss0n closed 7 years ago

v3ss0n commented 8 years ago

can't exclude from the setting.?

v3ss0n commented 8 years ago

Krunner , Yakuake and start menu , thoses are floats right? they should be excluded by default.

faho commented 8 years ago

They are excluded by default!

Otherwise, you should add "krunner", "yakuake" and "plasmashell" to your exclusion list (see the "WM_CLASS" output when you run xprop and then click that window).

v3ss0n commented 8 years ago

there is no interface to setting them.

faho commented 8 years ago

@v3ss0n: That's most likely https://bugs.kde.org/show_bug.cgi?id=347176. What you need to do (and what I haven't figure out how to generally) is adjust the "X-KDE-LIBRARY" path to the correct path to kcm_kwin4_genericscripted.so (without the ".so" part, I think) in metadata.desktop. This should be qtpaths --plugin-dir/kwin/effects/configs/.

Then you'll be able to go to system settings -> window management -> kwin scripts and get the config UI.

Sorry for the inconvenience.

v3ss0n commented 8 years ago

ahh , i got to try that. Currently i end up modifying the kwin-tiling code and hardcoded the list of floats.

faho commented 7 years ago

Closing this in favor of #64, that one has a bit more discussion.