xprofile: Deprecate conkeror

master
Pierre Neidhardt 2018-06-26 09:32:17 +02:00
parent 4601992281
commit 0349733c09
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## This file is sourced by some DM and should not contain any desktop execution.
## Internet browsers that need X to run.
for i in next qutebrowser conkeror chromium icecat firefox google-chrome; do
for i in next qutebrowser chromium icecat conkeror firefox google-chrome; do
command -v $i >/dev/null 2>&1 && export BROWSER=$i && break
done