How are you starting the x server? You should make xrandr -s 1280x1024 command executer before wmaker.
Ivan Hernandez - Kiu System Solutions -----Original Message----- From: Germán Arias <[email protected]> Date: Tue, 15 May 2012 16:52:55 To: John H. Robinson, IV<[email protected]>; [email protected]<[email protected]> Reply-To: Germán Arias <[email protected]> Subject: Re: Restart windowmaker from a shell I ask because wm don't set the screen resolution I use in Xfce. So I put: xrandr -s 1280x1024 at autostart file. This set the correct resolution but the app dock remains at its original coordinates. Not at the right of the screen. So I should select "Restart Window Maker" at wmaker menu to solve the problem. But I would like do this at autostart file. I will test your suggestions thanks. ________________________________ De: "John H. Robinson, IV" <[email protected]> Para: [email protected] Enviado: Martes, 15 de mayo, 2012 11:51 A.M. Asunto: Re: Restart windowmaker from a shell Germ?n Arias wrote: > How can I restart wmaker from a shsll?? Thanks. Send a SIGUSR1 to the wmaker child process. Something like: $ kill -usr1 `pgrep wmaker | tail -1` Not guaranteed to work, as it can easily grab the wrong PID. -john -- To unsubscribe, send mail to [email protected].
