mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
Qute: use another invidious instance
This commit is contained in:
parent
988b934ca8
commit
73370d0d0f
|
|
@ -1,5 +1,6 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
|
SETUVAR --export ARCH:x86_64
|
||||||
SETUVAR --export D:/mnt/LocalDiskD
|
SETUVAR --export D:/mnt/LocalDiskD
|
||||||
SETUVAR ZO_CMD:jo
|
SETUVAR ZO_CMD:jo
|
||||||
SETUVAR Z_CMD:j
|
SETUVAR Z_CMD:j
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
|
# Defined in /tmp/fish.E9SjCK/zcompress.fish @ line 2
|
||||||
function zcompress
|
function zcompress
|
||||||
if test -d $argv
|
if test -d $argv
|
||||||
tar -cf $argv.tar $argv
|
tar -cf $argv.tar $argv
|
||||||
zstd -19 $argv.tar
|
zstd -T0 -19 $argv.tar
|
||||||
rm $argv.tar
|
rm $argv.tar
|
||||||
else
|
else
|
||||||
zstd -19 $argv
|
zstd -T0 -19 $argv
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ config.bind('st', 'spawn -u switchtor')
|
||||||
# BEGIN MAIN CONFIGURATION #
|
# BEGIN MAIN CONFIGURATION #
|
||||||
c.url.default_page = "https://mangadex.org/follows"
|
c.url.default_page = "https://mangadex.org/follows"
|
||||||
c.url.start_pages = ["https://mangadex.org/follows"]
|
c.url.start_pages = ["https://mangadex.org/follows"]
|
||||||
c.url.searchengines = {"DEFAULT": "https://duckduckgo.com/?q={}", "y": "https://invidious.snopyta.org/search?q={}"}
|
c.url.searchengines = {"DEFAULT": "https://duckduckgo.com/?q={}", "y": "https://invidious.13ad.de/search?q={}"}
|
||||||
|
|
||||||
c.content.user_stylesheets = ["/home/glados/.local/share/qutebrowser/normalize.css"]
|
c.content.user_stylesheets = ["/home/glados/.local/share/qutebrowser/normalize.css"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $D/Games/Minecraft/Game
|
cd $D/Games/Minecraft/Game
|
||||||
rm `ff -e log`
|
rm `fd -e log`
|
||||||
bin/MultiMC -d . $@
|
bin/MultiMC -d . $@
|
||||||
rm functions/*
|
rm functions/*
|
||||||
for i in `ls -d instances/*/ | grep -v _MMC_TEMP | xargs -n1 basename`
|
for i in `ls -d instances/*/ | grep -v _MMC_TEMP | xargs -n1 basename`
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
|
|
||||||
echo open (echo $QUTE_URL | sed 's/mobile.twitter.com/nitter.snopyta.org/; s/www.youtube.com/invidious.snopyta.org/; s/twitter.com/nitter.snopyta.org/; s/www.instagram.com/bibliogram.art/; s/old.reddit.com/removeddit.com/; s/reddit.com/removeddit.com/') >> "$QUTE_FIFO"
|
echo open (echo $QUTE_URL | sed 's/mobile.twitter.com/nitter.snopyta.org/; s/www.youtube.com/invidious.13ad.de/; s/twitter.com/nitter.snopyta.org/; s/www.instagram.com/bibliogram.art/; s/old.reddit.com/removeddit.com/; s/reddit.com/removeddit.com/') >> "$QUTE_FIFO"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
|
|
||||||
echo open (echo $QUTE_URL | sed 's/invidious.snopyta.org/www.youtube.com./; s/nitter.snopyta.org/twitter.com/; s/bibliogram.art/www.instagram.com/') >> "$QUTE_FIFO"
|
echo open (echo $QUTE_URL | sed 's/invidious.13ad.de/www.youtube.com./; s/nitter.snopyta.org/twitter.com/; s/bibliogram.art/www.instagram.com/') >> "$QUTE_FIFO"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue