Closed tkachen closed 3 years ago
Thank you!
This will be released later this month :)
Thanks! This is not the last PR from me =)
Thank you for all your PRs, and do not hesitate to join the Discord if you want to talk about Nautilus Terminal ;)
Can anyone help me to change to disabled by default?
@bambirombi
First install dconf-editor
, on Ubuntu / Debian:
sudo apt install dconf-editor
Then open settings:
dconf-editor /org/flozz/nautilus-terminal
Finally, disable default-focus-terminal
:
NOTE: You need Nautilus Terminal >= 4.0.0 to have this option
I think in #37 man has a really good point about stealing focus on start. In most cases it will break UX for users who use keyboard for navigation in Nautilus and it's kinda opposite of Gnome way.
So I added new option for initial focus and disabled it by default. I hope you don't mind =)