XMonad set layout depending on which monitor it's displayed

前端 未结 1 1726
遥遥无期
遥遥无期 2020-12-31 09:18

Is it possible to somehow make the workspace layout change depending on which physical screen I am displaying it?

I want to use reflectHoriz (from XMonad.Layout.PerW

相关标签:
1条回答
  • 2020-12-31 10:11

    I think it should be possible to make a Layout wrapper (like Mirror or Choose) which does what you want. The runLayout method of LayoutClass receives the WorkspaceId, which you can look up in the map from Screens to Workspaces.

    0 讨论(0)
提交回复
热议问题