
J'ai installé aujourd'hui PekWM.
J'en suis super content, c'est fonctionnel, enfin bref.

Mais Slim utilise le ~/.xinitrc. Je suis donc parti le modifier :
Code : Tout sélectionner
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
exec pekwm
Puis, j'essaye dans la console :
Code : Tout sélectionner
[lancelot@archlance ~]$ exec pekwm
Can not open display!
Your DISPLAY variable currently is set to:
Bah voilà mon problème. x)
Et enfin, pour terminer : Comment y remédier ?
Merci !
