Hacker News new | ask | show | jobs
by heavyset_go 2339 days ago
> Out of curiosity, what kind of things do people script in a window manager?

KWin is scriptable, and I use it to change window shading behavior and to do some tiling. At one point I had it send SIGSTOP to processes that I minimized, and SIGCONT when they were raised, to save battery life.

1 comments

Oh man that is a nice little life hack!