From e150532f8922ff083a94a50f2f4aa7cc02c489d1 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:06:57 -0400 Subject: window maker config --- wmaker/GNUstep/Library/WindowMaker/exitscript | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 wmaker/GNUstep/Library/WindowMaker/exitscript (limited to 'wmaker/GNUstep/Library/WindowMaker/exitscript') 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. +# + -- cgit v1.2.3