dotfiles

My configuration files.
Log | Files | Refs | README

commit 4ef887fd98182d55922c1207a9466769e9b11772
parent 167fb294be781dd74310a45128dbd74a9228774d
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 10 Jan 2022 14:58:52 +0100

fork qutebrowser

Diffstat:
Mbash/.bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -30,7 +30,7 @@ elif [ -z "$DISPLAY" ]; then export LINK_HANDLER='lh open' export NOTIFY=echo else - export BROWSER=qutebrowser + export BROWSER='setsid -f qutebrowser' export LINK_HANDLER='lh open' export NOTIFY=notify-send fi