kwin-scripts / kwin-tiling

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

[Feature Request] Enable floating for spesific application #253

Closed Uzaaft closed 2 years ago

Uzaaft commented 2 years ago

The title pretty much says it all. Is it possible to implement this feature so that for example my drop down terminal(tdrop with alacritty) avoid being tiled? Otherwise, great work!

faho commented 2 years ago

Please do see the options. It's been implemented for years.

If you don't have the options menu, see https://github.com/kwin-scripts/kwin-tiling#troubleshooting (it's broken in the thing that installs the script).

Uzaaft commented 2 years ago

The thing is, the floating part will need to be triggered at the run time of the command, and not something that you press a key for. I guess kwin-tiling was not what I imagined, so I`ll have to look elsewhere.

faho commented 2 years ago

You can specifically exclude applications, yes. These will always float, without having to press a button.

Uzaaft commented 2 years ago

I see. That brings me somewhat towards the goal, but it would not be ideal in my use case. Thank you for your time!