Open GoogleCodeExporter opened 9 years ago
It works ok with 'FocusNew' but 'FocusCurrent'.
Original comment by dontdie...@gmail.com
on 18 Jan 2015 at 12:42
At a guess, this is "working as intended". The program is spawned on screen 1
-- and the window it opens is put on the current screen, just as you asked!
(There is no canonical, WM-visible connection between processes and windows in
X11.) But see also the XMonad.Actions.SpawnOn.
Original comment by daniel.w...@gmail.com
on 19 Jan 2015 at 4:00
Thanks, I'll check out.
Original comment by dontdie...@gmail.com
on 20 Jan 2015 at 6:23
, ("<KP_Enter>", onScreen' (spawnHere "bomi") FocusCurrent 1)
I've found 'spawnHere' function at XMonad.Actions.SpawnOn. It works as intended.
Thanks.
Original comment by dontdie...@gmail.com
on 22 Jan 2015 at 2:15
Original issue reported on code.google.com by
dontdie...@gmail.com
on 18 Jan 2015 at 12:37Attachments: