<rascasse> yes I confirm
but what is the difference btw view and greedyView?
Did this in my config
-- other keybinds declaration
  ++
  [ (m ++ "M-" ++ [k], windows (f i))
      | (i, k) <- zip wspaces wsKeys
      , (f, m) <- [(W.view, ""), (W.shift, "S-")]
  ])
But when I focust on the 2nd screen, I'm still able to switch workspaces
Also to give more context Im using ``additionalKeysP"         keybinds" to setup my keybinds