Modularize qutebrowser config for reuse

This commit is contained in:
Tobias Reisinger 2021-04-16 10:13:27 +02:00
parent d053f9d145
commit 8d92f8c8f2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 84 additions and 30 deletions

View file

@ -1,4 +1,5 @@
import dracula.draw
import keybindings
config.load_autoconfig()
@ -24,34 +25,7 @@ c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
c.zoom.default = 125
config.bind(',v', 'spawn --userscript view_in_mpv {url}')
config.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}')
config.bind(',b', 'spawn brave {url}')
config.bind(',B', 'hint links spawn brave {hint-url}')
config.bind(',j', 'spawn --userscript format_json')
config.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
config.bind(',s', 'spawn steam steam://openurl/{url}')
PASS_SCRIPT_DEFAULT = 'spawn --userscript qute-pass --no-insert-mode --username-target secret --username-pattern "login: (.+)" '
config.bind(',p', PASS_SCRIPT_DEFAULT)
config.bind(',Pu', PASS_SCRIPT_DEFAULT + '--username-only')
config.bind(',Pi', PASS_SCRIPT_DEFAULT + '--password-only')
config.bind(',Po', PASS_SCRIPT_DEFAULT + '--otp-only')
config.bind(',q', 'spawn --userscript qr {url}')
config.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
config.bind('<Alt-9>', 'tab-focus 9')
config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
keybindings.init(config)
dracula.draw.blood(c, {
'spacing': {

View file

@ -1,3 +1,5 @@
import keybindings
config.load_autoconfig(False)
c.tabs.show = 'never'
@ -6,5 +8,4 @@ c.auto_save.session = False
c.url.start_pages = ['https://twitch.tv/']
config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
keybindings.init(config)

View file

@ -0,0 +1,27 @@
def init(c):
c.bind(',v', 'spawn --userscript view_in_mpv {url}')
c.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}')
c.bind(',b', 'spawn brave {url}')
c.bind(',B', 'hint links spawn brave {hint-url}')
c.bind(',j', 'spawn --userscript format_json')
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
c.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
c.bind(',s', 'spawn steam steam://openurl/{url}')
pass_script_default = 'spawn --userscript qute-pass --no-insert-mode --username-target secret --username-pattern "login: (.+)" '
c.bind(',p', pass_script_default)
c.bind(',Pu', pass_script_default + '--username-only')
c.bind(',Pi', pass_script_default + '--password-only')
c.bind(',Po', pass_script_default + '--otp-only')
c.bind(',q', 'spawn --userscript qr {url}')
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
c.bind('<Alt-9>', 'tab-focus 9')
c.bind('<Ctrl-Tab>', 'tab-next')
c.bind('<Ctrl-Shift-Tab>', 'tab-prev')

View file

@ -0,0 +1,52 @@
[Desktop Entry]
Name=qutebrowser-kiosk
StartupWMClass=qutebrowser-kiosk
GenericName=Web Browser
GenericName[ar]=
GenericName[bg]=Уеб браузър
GenericName[ca]=Navegador web
GenericName[cs]=WWW prohlížeč
GenericName[da]=Browser
GenericName[de]=Web-Browser
GenericName[el]=Περιηγητής ιστού
GenericName[en_GB]=Web Browser
GenericName[es]=Navegador web
GenericName[et]=Veebibrauser
GenericName[fi]=WWW-selain
GenericName[fr]=Navigateur Web
GenericName[gu]=
GenericName[he]=דפדפן אינטרנט
GenericName[hi]=
GenericName[hu]=Webböngésző
GenericName[it]=Browser Web
GenericName[ja]=
GenericName[kn]=
GenericName[ko]=
GenericName[lt]=Žiniatinklio naršyklė
GenericName[lv]=Tīmekļa pārlūks
GenericName[ml]= <200d>
GenericName[mr]=
GenericName[nb]=Nettleser
GenericName[nl]=Webbrowser
GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador da Internet
GenericName[ro]=Navigator de Internet
GenericName[ru]=Веб-браузер
GenericName[sl]=Spletni brskalnik
GenericName[sv]=Webbläsare
GenericName[ta]= ி
GenericName[th]=
GenericName[tr]=Web Tarayıcı
GenericName[uk]=Навігатор Тенет
Comment=A keyboard-driven, vim-like browser based on PyQt5
Comment[it]= Un browser web vim-like utilizzabile da tastiera basato su PyQt5
Icon=qutebrowser
Type=Application
Categories=Network;WebBrowser;
Exec=qutebrowser -B /home/tobias/.local/share/qutebrowser-kiosk -C /home/tobias/.config/qutebrowser/config_kiosk.py --qt-arg name kiosk %u
Terminal=false
StartupNotify=true
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/qute;
Keywords=Browser
Actions=new-window;preferences;