Mathieu Lirzin <m...@openmailbox.org> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin <m...@openmailbox.org> skribis: >> >>> * gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama". >> >> I found out that with this change, Ratpoison no longer works on my >> multi-monitor setup: When it starts, windows created from my ~/.xsession >> occupy just a subset of the screen, and as soon as I try to move things >> around, C-t stops responding and I have to kill it. > > [...] > emacs & > exec ratpoison > > I've tried with this in my ~/.xsession with guix on top of > Debian testing without any issue.
As an additional data point, my external screen is rotated by 90° and has a higher resolution than the laptop’s screen. I actually run the following sequence of commands *after* the WM has started, which perhaps confuses it? --8<---------------cut here---------------start------------->8--- xrandr --output "$out" --mode 1920x1200 xrandr --output "$out" --rotate left xrandr --output "$out" --above LVDS1 --8<---------------cut here---------------end--------------->8--- Thanks, Ludo’.