mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Clarify move documentation for floating containers
This commit is contained in:
		
							parent
							
								
									b35782bcad
								
							
						
					
					
						commit
						032907e9d2
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -100,9 +100,10 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
 | 
				
			||||||
**layout** toggle split::
 | 
					**layout** toggle split::
 | 
				
			||||||
	Cycles between available split layouts.
 | 
						Cycles between available split layouts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**move** <left|right|up|down> <[px] px>::
 | 
					**move** <left|right|up|down> <[px]>::
 | 
				
			||||||
	Moves the focused container _left_, _right_, _up_, or _down_. If the window
 | 
						Moves the focused container _left_, _right_, _up_, or _down_. If the window
 | 
				
			||||||
	is floating it moves it _px_ in that direction.
 | 
						is floating it moves it _px_ in that direction, defaulting to 10. Tiled
 | 
				
			||||||
 | 
						containers are moved the same regardless of the _px_ argument.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**move** <next|prev|first>::
 | 
					**move** <next|prev|first>::
 | 
				
			||||||
	Moving to _prev_ or _next_ swaps the container with its sibling in the same
 | 
						Moving to _prev_ or _next_ swaps the container with its sibling in the same
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue