Re: tuning my startup sequence (xrandr)
Joe Corneli <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <CAN+qofnKFsX39_opj_DvXmNYo7xX+C+fyGhn4b=C79o3UXWygw@mail.gmail.com> |
> .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...