qutebrowser is back.

This commit is contained in:
Bartek Stalewski 2022-05-08 19:12:35 +02:00
parent 6e658074a1
commit 3b55d55cdf
7 changed files with 4929 additions and 15 deletions

View file

@ -4,7 +4,7 @@
mkdir -p ~/.config ~/.local/bin
# link config
for i in clipit dunst neofetch zathura; do
for i in clipit dunst neofetch qutebrowser zathura; do
rm -rf ~/.config/${i}
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/${i} ~/.config
done
@ -16,4 +16,4 @@ for i in dconf gtk-3.0; do
done
# copy firefox wrapper
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin
#ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin

View file

@ -0,0 +1,21 @@
# If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
content.media.audio_capture:
https://meet.google.com: true
content.media.audio_video_capture:
https://meet.google.com: true
content.media.video_capture:
https://meet.google.com: true
content.notifications.enabled:
https://meet.google.com: false
https://www.facebook.com: false
https://www.reddit.com: false
https://www.youtube.com: false
content.register_protocol_handler:
https://mail.google.com?extsrc=mailto&url=%25s: false

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>(empty)</title>
</head>
<style>
body { background-color: #272822 }
</style>
</html>