You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swapUp and swapDown don't just swap inside a sublayout group.
Any idea?
Between sublayout groups
swapDown fails to swap the currently focused master window with a tabbed subgroup that has two windows with its second window in focus.
Although XMonad.Actions.Navigation2D.windowSwap swaps sublayout groups and even cycles, it doesn't work when I want to swap the master window with the second window in a Tall layout with 3 windows.
Thus, I end up having to remember when to use swapDown and windowSwap. This complexity prevents me from moving windows instinctively and requires some thoughts.
I want swap functions aware of sublayout groups.
The text was updated successfully, but these errors were encountered:
crocket
changed the title
How do I swap up and down in a sublayout?
How do I swap up and down in a sublayout and between sublayouts?
May 6, 2017
crocket
changed the title
How do I swap up and down in a sublayout and between sublayouts?
How do I swap up and down in a sublayout group and between sublayout groups?
May 6, 2017
crocket
changed the title
How do I swap up and down in a sublayout group and between sublayout groups?
Is it possible to swap up and down in a sublayout group and between sublayout groups?
May 7, 2017
In a sublayout group
I currently have
I copied
swapUp'
andswapDown'
from https://github.com/xmonad/xmonad/blob/1b17d1c3781f882e8346acd4a3291a5cd632f4be/src/XMonad/StackSet.hs#L348-L364SL.onGroup swapDown'
andSL.onGroup swapUp'
don't seem to swap tabs in a sublayout group.SL.onGroup W.focusUp'
andSL.onGroup W.focusDown'
work perfectly.I have the same issue as https://www.reddit.com/r/xmonad/comments/60g643/swap_windows_in_sublayout/
swapUp
andswapDown
don't just swap inside a sublayout group.Any idea?
Between sublayout groups
swapDown
fails to swap the currently focused master window with a tabbed subgroup that has two windows with its second window in focus.Although
XMonad.Actions.Navigation2D.windowSwap
swaps sublayout groups and even cycles, it doesn't work when I want to swap the master window with the second window in a Tall layout with 3 windows.Thus, I end up having to remember when to use
swapDown
andwindowSwap
. This complexity prevents me from moving windows instinctively and requires some thoughts.I want swap functions aware of sublayout groups.
The text was updated successfully, but these errors were encountered: