configuration/local/bin/tempbrowser
Felix Van der Jeugt a1b46218f5
various changes
* Stop ignoring pdflatex, I rarely use it anyways
* Add gk and gj to iamb, and put invites first
* Search with searx also in tempbrowsers
* teddit is down, don't redirect to it
* scale backgrounds better
* put slight delay in pipewire to avoid races?
* better unsubscribing from gitlab
2025-09-10 08:13:34 +02:00

6 lines
281 B
Bash
Executable file

#!/bin/sh
/usr/bin/qutebrowser --temp-basedir "$@" \
--set url.searchengines '{"DEFAULT": "https://srx.mellowchan.xyz?q={}"}' \
--set url.default_page 'https://srx.mellowchan.xyz' \
--set url.start_pages 'https://srx.mellowchan.xyz' \
--set downloads.location.directory '/tmp'