TinyWM not working under Xephyr
by Portal from LinuxQuestions.org on (#4ZJ52)
I am trying to get TinyWM (http://incise.org/tinywm.html) to work. I ran
Code:Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 &And then
Code:DISPLAY=:1 ./tinywm &,where tinywm is compiled with
Code:gcc tinywm.c -g -o tinywm -lX11From the new xsession, I opened chromium. I can't, however, move/resize the chromium window with Alt+Left/Right mouse button, as stated on its website. Am I doing something wrong? The code for TinyWM looks like the key-bindings should work as well.


Code:Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 &And then
Code:DISPLAY=:1 ./tinywm &,where tinywm is compiled with
Code:gcc tinywm.c -g -o tinywm -lX11From the new xsession, I opened chromium. I can't, however, move/resize the chromium window with Alt+Left/Right mouse button, as stated on its website. Am I doing something wrong? The code for TinyWM looks like the key-bindings should work as well.