wmutils / contrib

Useful bits and pieces
Other
94 stars 16 forks source link

Add: deletelock.sh #18

Closed lwilletts closed 8 years ago

lwilletts commented 8 years ago

Tool for changing the status of windows mortality. Can be used in combination with a winopen.sh and/or killw to disallow a window being killed by that method. This does not cover self-termination/kill -9 integration, although I think the latter could be done with care if needed.

Also gives a decent example on how to manipulate xprop window settings and how it can be integrated with wmutils, which is useful if you want a window to maintain information later. Although it is an 'external' dependency to wmutils, I believe it is acceptable in this use case as it's window related data and xprop is a very handy tool for scraping all sorts of data to the user which wmutils does not provide.

lwilletts commented 8 years ago

Updated README.md, also can't use return there z3bra! You tricked me!

dcat commented 8 years ago

This does not cover self-termination/kill -9 integration, although I think the latter could be done with care if needed.

lol'd