diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-07 14:00:03 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-07 14:00:03 +0300 |
commit | d24e93fbc4d147627e99ef751b6f945a8924a14f (patch) | |
tree | a4fad63b42b0310ac49c49070d8dc46a776d05b5 /dotfiles/.profile | |
parent | 570ac7ec050d0a79fb46832df9a19be4da241469 (diff) | |
download | swayrice-d24e93fbc4d147627e99ef751b6f945a8924a14f.tar.gz swayrice-d24e93fbc4d147627e99ef751b6f945a8924a14f.zip |
Revert "Trying out vimb as main browser"
This reverts commit a76aa8c932030a64ba277ed9a9cbeadb8dd910d2.
And makes changes to adapt qutebrowser history to menuwebsurf.
Sorry vimb, you are nice and I like that you are really minimal. But
even though qb is written in Python, it still manages to work better
than you (even though slower on startup).
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 4db0bac..7d6f809 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -17,7 +17,7 @@ export LANG=en_US.UTF-8 export TERMINAL=foot export EDITOR="nvim" export PAGER="less -R -j.5" -export BROWSER=vimb +export BROWSER=qutebrowser # Sanely export XDG Base dir variables eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)" |