WindowMaker: Difference between revisions
From hugovil.com
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
/bin/sh -c "exec xterm &" | /bin/sh -c "exec xterm &" | ||
=Gnome settings= | |||
chmod 644 ~/GNUstep/Library/WindowMaker/autostart | |||
<source> | |||
#!/bin/sh | |||
gnome-settings-daemon | |||
</source> | |||
=hvclock= | =hvclock= | ||
Go to the Attributes menu -> Application Specific and select "Start Hidden". | Go to the Attributes menu -> Application Specific and select "Start Hidden". | ||
Revision as of 15:27, 8 September 2010
Running multiple instances of xterm
Go to the Attributes menu -> Application Specific and select "No application icon" for XTerm.
Then right-click on the docked appicon and select settings. Change the Application Path with arguments section to:
/bin/sh -c "exec xterm &"
Gnome settings
chmod 644 ~/GNUstep/Library/WindowMaker/autostart
#!/bin/sh
gnome-settings-daemonhvclock
Go to the Attributes menu -> Application Specific and select "Start Hidden".