nwg-piotr / nwg-drawer

Application drawer for wlroots-based Wayland compositors
MIT License
240 stars 25 forks source link

v0.2.0 allows to run a resident instance of nwg-drawer #30

Closed nwg-piotr closed 2 years ago

nwg-piotr commented 2 years ago

The nwg-drawer -r argument prevents the program from termination: the window is just being hidden. The nwg-drawer command sends SIGUSR1 to the running instance (if found) to show the window again, and restore its initial state. Closes #21.