mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Add floating_modifier extension to example config
This commit is contained in:
		
							parent
							
								
									22916e9ebc
								
							
						
					
					
						commit
						c286d69deb
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								config
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								config
									
										
									
									
									
								
							| 
						 | 
					@ -32,7 +32,9 @@ set $menu dmenu_run
 | 
				
			||||||
    # Drag floating windows by holding down $mod and left mouse button.
 | 
					    # Drag floating windows by holding down $mod and left mouse button.
 | 
				
			||||||
    # Resize them with right mouse button + $mod.
 | 
					    # Resize them with right mouse button + $mod.
 | 
				
			||||||
    # Despite the name, also works for non-floating windows.
 | 
					    # Despite the name, also works for non-floating windows.
 | 
				
			||||||
    floating_modifier $mod
 | 
					    # Change normal to inverse to use left mouse button for resizing and right
 | 
				
			||||||
 | 
					    # mouse button for dragging.
 | 
				
			||||||
 | 
					    floating_modifier $mod normal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # reload the configuration file
 | 
					    # reload the configuration file
 | 
				
			||||||
    bindsym $mod+Shift+c reload
 | 
					    bindsym $mod+Shift+c reload
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue