Difference between revisions of "WindowMaker"

From Hugo Villeneuve
Jump to: navigation, search
Line 34: Line 34:
   
 
$> xrdb ~/.Xdefaults
 
$> xrdb ~/.Xdefaults
  +
  +
=Économiseur d'écran
  +
  +
1. Installer screensaver
  +
  +
2. Ajouter une entrée dans ~/GNUstep/Defaults/WMRootMenu:
  +
  +
(Lock, SHORTCUT, "Shift+Delete", EXEC, "xscreensaver-command -lock"),

Revision as of 13:59, 22 May 2013

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 &"

Or:

   /bin/sh -c "exec gnome-terminal &"

Gnome settings

Create the following file if it doesn't exist and change it's permissions:

 chmod 755 ~/GNUstep/Library/WindowMaker/autostart

Content:

#!/bin/sh

gnome-settings-daemon

hvclock

Go to the Attributes menu -> Application Specific and select "Start Hidden".

Emacs

Pour que Emacs lise les valeurs contenues dans ~/.Xdefaults:

 $> xrdb ~/.Xdefaults

=Économiseur d'écran

1. Installer screensaver

2. Ajouter une entrée dans ~/GNUstep/Defaults/WMRootMenu:

 (Lock, SHORTCUT, "Shift+Delete", EXEC, "xscreensaver-command -lock"),