Issue 586 in xmonad: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working
Status: New Owner: ---- New issue 586 by dontdie...@gmail.com: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working https://code.google.com/p/xmonad/issues/detail?id=586 What steps will reproduce the problem? 1. ("<KP_Enter>", onScreen' (spawn "cmplayer") FocusCurrent 1) 2. Push key 3. What is the expected output? What do you see instead? It should spawn command on screen 1, but it spawn always current focused workspace(screen). What version of the product are you using? On what operating system? Arch Linux xmonad 0.11-10 xmonad-contrib 0.11.3-2 Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". Please provide any additional information below. Attachments: xmonad.hs 4.9 KB -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Comment #1 on issue 586 by dontdie...@gmail.com: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working https://code.google.com/p/xmonad/issues/detail?id=586 It works ok with 'FocusNew' but 'FocusCurrent'. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Comment #2 on issue 586 by daniel.w...@gmail.com: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working https://code.google.com/p/xmonad/issues/detail?id=586 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. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Comment #3 on issue 586 by dontdie...@gmail.com: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working https://code.google.com/p/xmonad/issues/detail?id=586 Thanks, I'll check out. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Comment #4 on issue 586 by dontdie...@gmail.com: 'onScreen'' with 'FocusCurrent' from 'XMonad.Actions.OnScreen' does not working https://code.google.com/p/xmonad/issues/detail?id=586 , ("<KP_Enter>", onScreen' (spawnHere "bomi") FocusCurrent 1) I've found 'spawnHere' function at XMonad.Actions.SpawnOn. It works as intended. Thanks. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com