
3 Sep
2023
3 Sep
'23
2:43 a.m.
On Sun, Sep 03 2023 08:10, Jean-Baptiste Mestelan wrote:
I am not quite there yet: the 'move to workspace' part works OK, but the 'focus' part does not. It would seem the condition (W.tag . W.workspace . W.current) ss == t is never triggered? Still working on it.
Did you properly restart XMonad? Make sure that your config compiles; if
tagOrFocus t ss = if (W.tag . W.workspace . W.current) ss == t then W.focusUp ss else W.view t ss
is a verbatim copy, then you probably have at least one spurious line break in there. (For the record, I tried Brandon's solution just now and it works for me) -- Tony Zorman | https://tony-zorman.com/