mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-19 08:17:47 +02:00
default program: zen is now default browser
This commit is contained in:
parent
35a698dd20
commit
a6547fe26c
@ -248,8 +248,8 @@ fileviewer <video/*>
|
|||||||
|
|
||||||
" Web
|
" Web
|
||||||
filextype *.html,*.htm
|
filextype *.html,*.htm
|
||||||
\ {Open with firefox}
|
\ {Open with default browser}
|
||||||
\ firefox %f &,
|
\ $BROWSER %f &,
|
||||||
filetype *.html,*.htm links, lynx
|
filetype *.html,*.htm links, lynx
|
||||||
|
|
||||||
" Font
|
" Font
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Browser
|
Name=Browser
|
||||||
Exec=zen-browser %u
|
Exec=$BROWSER %u
|
||||||
|
2
.profile
2
.profile
@ -7,7 +7,7 @@ export PATH="${PATH}:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's
|
|||||||
# Add flatpak to path
|
# Add flatpak to path
|
||||||
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
|
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
|
||||||
|
|
||||||
export BROWSER="firefox"
|
export BROWSER="zen-browser"
|
||||||
export RTV_BROWSER="qutebrowser"
|
export RTV_BROWSER="qutebrowser"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export FILE="vifmrun"
|
export FILE="vifmrun"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user