-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find default terminal via dpkg #6
Comments
Another possibility: XFCE's exo-open:
|
When update-alternatives is updated, it looks like this:
Then just call |
Hi, thanks for this nice plugin. Could you please allow setting the default terminal to open with a global variable such as g:gtfo_default_terminal? (you could do the same with the default file manager too) Thank you again and happy holidays! |
@random-cpp That's been requested before, so I will plan to add it in the next few days. Are you on linux/bsd? Is there a reason that you wouldn't want to use |
I'm on linux, but I'm using urxvt + zsh + tmux "standalone" (oh my zsh tmux plugin) so I'd need to set up a special configuration to make everything work.. |
Fair enough. Thanks for the report! |
Thank you for your time! |
@gcollura setting a custom terminal is supported now. Example:
See README.md for details. |
see if we can query dpkg /
update-alternatives
for the preferred terminal, and/or one of gnome's things:gsettings
(ubuntu 12+)gconf
(deprecated)gnome-default-applications-properties
/desktop/gnome/applications/terminal/exec
Another: configure "x-terminal-emulator" via
galternatives
http://askubuntu.com/questions/72517/where-can-i-set-the-default-terminal-emulator
http://askubuntu.com/questions/70540/how-can-i-set-default-terminal-used
The text was updated successfully, but these errors were encountered: