mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
New options to keep focus on screens even when covered by other screens (#51)
* Added option to continue to receive input when below a popup * Added option to not remove input focus when a screen is put on top of another one
This commit is contained in:
@@ -359,6 +359,11 @@ embedded_instances {
|
||||
" type: PROPERTY_TYPE_BOOLEAN\n"
|
||||
" }\n"
|
||||
" properties {\n"
|
||||
" id: \"others_keep_input_focus_when_below_screen\"\n"
|
||||
" value: \"true\"\n"
|
||||
" type: PROPERTY_TYPE_BOOLEAN\n"
|
||||
" }\n"
|
||||
" properties {\n"
|
||||
" id: \"transition_url\"\n"
|
||||
" value: \"confirm:/go#confirm\"\n"
|
||||
" type: PROPERTY_TYPE_URL\n"
|
||||
|
Reference in New Issue
Block a user