xprofile: Add 'conkeror' to browser list

master
Pierre Neidhardt 2018-05-23 17:12:23 +02:00
parent f009dd08ae
commit 1deece9750
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 chromium icecat firefox google-chrome; do
for i in next qutebrowser conkeror chromium icecat firefox google-chrome; do
command -v $i >/dev/null 2>&1 && export BROWSER=$i && break
done