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/autostart | |
| parent | 177c6921c6f61aeb14e8e91f6fe3180537c437de (diff) | |
window maker config
Diffstat (limited to 'wmaker/GNUstep/Library/WindowMaker/autostart')
| -rwxr-xr-x | wmaker/GNUstep/Library/WindowMaker/autostart | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wmaker/GNUstep/Library/WindowMaker/autostart b/wmaker/GNUstep/Library/WindowMaker/autostart new file mode 100755 index 0000000..9cb23ff --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/autostart @@ -0,0 +1,18 @@ +#!/bin/sh +# +# Place applications to be executed when WindowMaker is started here. +# This should only be used for non-X applications or applications that +# do not support session management. Other applications should be restarted +# by the WindowMaker session restoring mechanism. For that, you should +# either set SaveSessionOnExit=YES or select "Save Session" in the Workspace +# submenu of the root menu when all applications you want started are +# running. +# +# 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. +# +xset m 20/10 4 + |
