Skip to content
Discussion options

You must be logged in to vote

If I understand correctly, you want to use move nomode. In the default config:

    # nomode
    bindsym $mod+Alt+$left move left nomode
    bindsym $mod+Alt+$down move down nomode
    bindsym $mod+Alt+$up move up nomode
    bindsym $mod+Alt+$right move right nomode
    bindsym $mod+Alt+home move beginning nomode
    bindsym $mod+Alt+end move end nomode

The nomode argument extracts/inserts the active window from/to a container regardless of the current mode.

From the manual:

..., you can use nomode. With that argument, windows will move freely. Movement will only
 move the active window, leaving its column intact, regardless of which mode (h/v) you are
 currently in. For a horizontal layo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dawsers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants