mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Moved comments in rootston keybinding example config
The comment strings are not stripped so the commands are not currently recognised.
This commit is contained in:
		
							parent
							
								
									1782d5e7b7
								
							
						
					
					
						commit
						613c792901
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -34,8 +34,12 @@ meta-key = Logo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Keybindings
 | 
					# Keybindings
 | 
				
			||||||
# Maps key combinations with commands to execute
 | 
					# Maps key combinations with commands to execute
 | 
				
			||||||
# Use the prefix "exec" to execute a shell command
 | 
					# Commands include:
 | 
				
			||||||
 | 
					# - "exit" to stop the compositor
 | 
				
			||||||
 | 
					# - "exec" to execute a shell command
 | 
				
			||||||
 | 
					# - "close" to close the current view
 | 
				
			||||||
 | 
					# - "next_window" to cycle through windows
 | 
				
			||||||
[bindings]
 | 
					[bindings]
 | 
				
			||||||
Logo+Shift+e = exit # Stop the compositor
 | 
					Logo+Shift+e = exit
 | 
				
			||||||
Logo+q = close # Close the current view
 | 
					Logo+q = close
 | 
				
			||||||
Alt+Tab = next_window # Cycle through windows
 | 
					Alt+Tab = next_window
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue