forked from quickshell/quickshell
		
	wayland/layershell: add warning that exclusive focus is not a lock
Apparently this needed to be said.
This commit is contained in:
		
							parent
							
								
									c758421af6
								
							
						
					
					
						commit
						79cbfba48a
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -38,6 +38,10 @@ enum Enum {
 | 
				
			||||||
	/// No keyboard input will be accepted.
 | 
						/// No keyboard input will be accepted.
 | 
				
			||||||
	None = 0,
 | 
						None = 0,
 | 
				
			||||||
	/// Exclusive access to the keyboard, locking out all other windows.
 | 
						/// Exclusive access to the keyboard, locking out all other windows.
 | 
				
			||||||
 | 
						///
 | 
				
			||||||
 | 
						/// > [!WARNING] You **CANNOT** use this to make a secure lock screen.
 | 
				
			||||||
 | 
						/// >
 | 
				
			||||||
 | 
						/// > If you want to make a lock screen, use [WlSessionLock](../wlsessionlock).
 | 
				
			||||||
	Exclusive = 1,
 | 
						Exclusive = 1,
 | 
				
			||||||
	/// Access to the keyboard as determined by the operating system.
 | 
						/// Access to the keyboard as determined by the operating system.
 | 
				
			||||||
	///
 | 
						///
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue