Skip to content

Commit

Permalink
Remove gnome-terminal from rofi-sensible-terminal (davatorium#1074)
Browse files Browse the repository at this point in the history
gnome-terminal is no longer compatible, as noted in davatorium#1003
  • Loading branch information
slokhorst authored Mar 20, 2020
1 parent f8c3d69 commit 1e4409c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions doc/rofi-sensible-terminal.1
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ xterm
.sp -1
.IP \(bu 2.3
.\}
gnome\-terminal
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
roxterm
.RE
.sp
Expand Down
2 changes: 1 addition & 1 deletion script/rofi-sensible-terminal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# We welcome patches that add distribution-specific mechanisms to find the
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
# symlink for example.
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt st terminology qterminal Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal konsole alacritty kitty; do
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt st terminology qterminal Eterm aterm uxterm xterm roxterm xfce4-terminal mate-terminal lxterminal konsole alacritty kitty; do
if command -v $terminal > /dev/null 2>&1; then
exec $terminal "$@"
fi
Expand Down

0 comments on commit 1e4409c

Please sign in to comment.