ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] tuning my startup sequence (xrandr)


From: Joe Corneli
Subject: Re: [RP] tuning my startup sequence (xrandr)
Date: Thu, 3 May 2012 15:22:18 +0100

> .xinitrc usually is just used on "startx", try naming the file
> .xsession instead or do "ln -vis .xinitrc .xsession". Ubuntu IIRC
> honours both, ".xsession" as well as ".Xsession".

Hi Axel:

Hm, that seems not to be working, with either variant below --

#!/bin/sh
xrandr --output HDMI2 --auto --left-of HDMI1 &
exec xeyes

#!/bin/sh
xrandr --output HDMI2 --auto --left-of HDMI1 &
exec ratpoison

Maybe I just need to adjust the ratpoison.desktop file so that it
launches my .xinitrc...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]