i3-sensible-terminal: prioritize terminals with good accessibility (#4259)
We never did (and still do not) guarantee any order in which terminal emulators are tried. Quoting from the i3-sensible-terminal man page: > Please don’t complain about the order: If the user has any preference, they > will have $TERMINAL set or modified their i3 configuration file. This commit moves mate-terminal to the beginning of the list, which is considered the most accessible terminal emulator among blind users. fixes https://github.com/i3/i3/issues/4256
This commit is contained in:
committed by
GitHub
parent
4b1ea08eef
commit
9f3a3a1d98
@ -23,20 +23,20 @@ It tries to start one of the following (in that order):
|
||||
|
||||
* $TERMINAL (this is a non-standard variable)
|
||||
* x-terminal-emulator (only present on Debian and derivatives)
|
||||
* mate-terminal
|
||||
* gnome-terminal
|
||||
* terminator
|
||||
* xfce4-terminal
|
||||
* urxvt
|
||||
* rxvt
|
||||
* termit
|
||||
* terminator
|
||||
* Eterm
|
||||
* aterm
|
||||
* uxterm
|
||||
* xterm
|
||||
* gnome-terminal
|
||||
* roxterm
|
||||
* xfce4-terminal
|
||||
* termite
|
||||
* lxterminal
|
||||
* mate-terminal
|
||||
* terminology
|
||||
* st
|
||||
* qterminal
|
||||
|
Reference in New Issue
Block a user