diff --git a/.config/fish/functions/up.fish b/.config/fish/functions/up.fish new file mode 100644 index 0000000..238231a --- /dev/null +++ b/.config/fish/functions/up.fish @@ -0,0 +1,8 @@ +# Defined in /tmp/fish.qPw09H/up.fish @ line 2 +function up + if tty | grep 'not a tty' + st -e sudo eopkg up --y + else + se up --y + end +end diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index ac3532b..c82353a 100755 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -129,10 +129,10 @@ settings: content.javascript.can_open_tabs_automatically: global: false content.javascript.enabled: - '*://*.google.com/*': true '*://*.discordapp.com/*': true '*://*.duckduckgo.com/*': true '*://*.github.com/*': true + '*://*.google.com/*': true '*://*.horriblesubs.info/*': true '*://*.imgur.com/*': true '*://*.kanzenshuu.com/*': true @@ -147,6 +147,12 @@ settings: global: false content.plugins: global: false + content.print_element_backgrounds: + global: true + content.private_browsing: + global: false + content.proxy: + global: system content.ssl_strict: global: ask content.user_stylesheets: