nwg-piotr / nwg-drawer

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

Close nwg-drawer if the command `pkill -USR1 nwg-drawer` is called and nwg-drawer is open #31

Closed gouvinb closed 2 years ago

gouvinb commented 2 years ago

Description

Add a pattern to close nwg-drawer if the command pkill -USR1 nwg-drawer is called and nwg-drawer is open.

Actual result

In background:

In foreground

Expected result

In background:

In foreground

nwg-piotr commented 2 years ago

Yes, I thought it should had been done this way right after releasing v0.2.0 :) I'll take a closer look at it tonight.