Skip to content

Commit

Permalink
xprofile: Add 'conkeror' to browser list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed May 23, 2018
1 parent f009dd0 commit 1deece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1deece9

Please sign in to comment.