-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a --replace option to replace existing compositor. #987
Comments
Totally unnecessary. Kill picom and start again, not that hard. Just bind it to a key. |
Some DEs restart their compositor automatically, e.g. xfce4 and xfwm, making it impossible to start picom without modifying configuration that you usually have no good reason to touch. |
Why not? It may appear useless, but I'd like to see it too. |
alias pic="pidof -s picom && killall -9 picom || picom &; disown" Use this to toggle it |
Again, what about replacing a compositor that the DE automatically respawns? You can't just kill it and spawn a picom process. You need |
Hmm, maybe it would allow new usecases like picom on Gnome with mutter as WM only. |
It appears compiz has/had support for Ideally something like this works by forcefully acquiring the
This is really dependent on whether these WMs/compositors follow the spec the way you interpret them. I am not sure if mutter is able to let go of just the |
Many other compositors support this option - it's invaluable for experimenting with replacing your DE's current compositor without having to modify unusual config files and re-login.
The text was updated successfully, but these errors were encountered: