commit c36d5b9957e4bc3a0b2b2ba21e625c0a37a9ad5c parent 7aa6113d0fd32abb81664a8b2779198156d7415f Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Tue, 14 Apr 2020 16:06:29 +0200 Make qutebrowser the default browser Diffstat:
M | sxhkd/sxhkdrc | | | 2 | +- |
M | xinitrc | | | 2 | +- |
M | zsh/zprofile | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -44,7 +44,7 @@ super + r dmenu_hist alt + b - firefox-nightly + qutebrowser alt + m st -e mutt diff --git a/xinitrc b/xinitrc @@ -10,7 +10,7 @@ if test -f /usr/lib/openssh/x11-ssh-askpass then SSH_ASKPASS=/usr/lib/openssh/x11-ssh-askpass ssh-add < /dev/null fi -export BROWSER="firefox-nightly" +export BROWSER="qutebrowser" xrdb -merge ~/.Xresources # Read Xresources xmodmap ~/.Xmodmap diff --git a/zsh/zprofile b/zsh/zprofile @@ -19,4 +19,4 @@ path=(~/bin $(ruby -e 'print Gem.user_dir')/bin $path[@]) export EDITOR="vim" export VISUAL="vim" export PAGER="less" -export BROWSER="firefox-nightly" +export BROWSER="qutebrowser"