On Sat, Aug 08, 2015 at 05:39:55PM +0200, Quolick wrote:
> When I press Shift-Alt-Q, all windows killed without any confirmation.
> Is there any patch to add some king of dialog box?
> Maybe two menu items in the bar (like dmenu does) "OK", "Cancel"?

You could make Shift+Alt+Q launch a shell script instead. Maybe
something like this:

    zenity --question --text 'Are you sure you want to exit?' && pkill -x dwm

Eric

Reply via email to