diff options
| author | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
| commit | e150532f8922ff083a94a50f2f4aa7cc02c489d1 (patch) | |
| tree | f032f9184adca0f743e8493f712dede2086d12df /wmaker/GNUstep/Library/WindowMaker/exitscript | |
| parent | 177c6921c6f61aeb14e8e91f6fe3180537c437de (diff) | |
window maker config
Diffstat (limited to 'wmaker/GNUstep/Library/WindowMaker/exitscript')
| -rwxr-xr-x | wmaker/GNUstep/Library/WindowMaker/exitscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wmaker/GNUstep/Library/WindowMaker/exitscript b/wmaker/GNUstep/Library/WindowMaker/exitscript new file mode 100755 index 0000000..57cd570 --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/exitscript @@ -0,0 +1,11 @@ +#!/bin/sh +# +# Place commands to be executed when WindowMaker is exited here. +# +# WindowMaker will wait until this script finishes, so if you run any +# commands that take long to execute (like a xterm), put a ``&'' in the +# end of the command line. +# +# This file must be executable. +# + |
