Cast
22ba46e2a3
add the kitty terminal in i3-sensible-terminal
2017-11-12 16:48:21 +08:00
David Jimenez Sequero
cacd2ae600
Add KDE konsole terminal fallback to i3-sensible-terminal
2017-07-10 12:27:31 +01:00
Franz König
f475b37a3c
Adding new terminals to i3-sensible-terminal
2017-03-26 16:05:56 +02:00
Denton Liu
bccd702e85
Add uxterm to terminal list ( #2397 )
2016-07-19 19:28:42 +01:00
Zamarin Arthur
82dd59cb31
Added qterminal to i3-sensible-terminal ( #2367 )
2016-05-31 22:57:58 +02:00
Roman Blanco
658e5597d2
Added st to i3-sensible-terminal
2016-02-09 22:33:37 +01:00
norrland
5601096c5e
Update i3-sensible-terminal
2016-02-07 14:40:00 +01:00
Tobias Bucher
a5b2c91c93
Quote the variables in i3-sensible-* correctly
...
Previously, the variables $EDITOR, $PAGER, $TERMINAL and $VISUAL got
shell-expanded twice before executing them.
2015-11-30 21:36:23 +00:00
Simon Nagl
49bd061d9d
Added terminology to i3-sensible-terminal
2015-07-28 23:00:18 +02:00
PopeLevi
eea580b7e8
Added mate-terminal to i3-sensible-terminal
...
Added the 'mate-terminal' terminal emulator to the list of terminals emulators in i3-sensible-terminal
2015-07-13 00:13:55 +12:00
Michael Stapelberg
d97aeffcd4
i3-sensible-terminal: launch i3-nagbar when no terminal is found
...
fixes #1587
2015-03-26 09:21:40 +01:00
Tony Crisci
407e9cf745
Add lxterminal to i3-sensible-terminal
...
fixes #1436
2015-01-25 19:37:16 +01:00
smlb
9cbae6bb4f
Added termite to default terminals
2014-11-29 17:09:18 +01:00
Michael Stapelberg
0125530409
merge the formerly debian-specific x-terminal-emulator patch
...
I think instead of maintaining distribution-specific patches forever,
it’s a bit easier to have them applied upstream, especially since they
don’t break anything.
fixes #876
2014-11-06 19:56:32 +01:00
Michael Stapelberg
90bed2a183
Use command -v (built-in) instead of which(1) (Thanks val)
...
fixes #1380
2014-10-23 23:05:01 +02:00
Michael Stapelberg
4cba4c89ad
Add xfce4-terminal to i3-sensible-terminal
...
Fixes #753
2012-08-02 15:20:17 +02:00
Michael Stapelberg
ac3541c28c
update i3-sensible-* (Thanks Han)
2011-12-29 00:01:49 +01:00
Michael Stapelberg
0ffcc00b15
i3-sensible-terminal: check $TERMINAL to not call 'which' without parameters (Thanks Fandekasp)
2011-11-19 14:08:18 +00:00
Michael Stapelberg
6420b2b102
Introduce the i3-sensible-{pager,editor,terminal} scripts
...
The former two provide fallbacks in case $PAGER or $EDITOR is not set (which
might be more common than you think, because they have to be set in
~/.xsession, not in the shell configuration!) while the latter tries to launch
a terminal emulator. The scripts are most prominently used in i3-nagbar, which
alerts the user when the configuration is broken for some reason. Also,
i3-sensible-terminal is used in the default configuration.
This commit does not rely on the shell supporting ${PAGER:-less} anymore, which
is not the case for 'fish'.
2011-09-25 18:46:37 +01:00