Implement 'focus follows mouse' for pane navigation

This commit is contained in:
Atte Timonen
2022-05-19 18:05:22 +02:00
parent 8ee1d0076b
commit a98050b1cd
3 changed files with 13 additions and 0 deletions

View File

@@ -319,6 +319,15 @@ h3.mt-4(translate) Panes
step='0.05'
)
.form-line()
.header
.title(translate) Focus follows mouse
.description(translate) Moving the mouse over an inactive pane will cause it to activate
toggle(
[(ngModel)]='config.store.terminal.focusFollowsMouse',
(ngModelChange)='config.save(); config.requestRestart()'
)
h3.mt-4(translate) Hacks
.form-line