Add minor configs for sxhkd and qutebrowser

This commit is contained in:
Tobias Reisinger 2020-12-23 16:45:11 +01:00
parent 3a173493f8
commit 164c6d07cd
2 changed files with 8 additions and 4 deletions
.config/qutebrowser

View file

@ -6,13 +6,15 @@ c.auto_save.session = True
c.downloads.position = 'bottom'
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
c.fonts.hints = 'bold 18px default_family'
c.tabs.background = True
c.tabs.mousewheel_switching = False
c.tabs.new_position.related = 'last'
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
c.zoom.default = 130
config.bind(',v', 'spawn mpv {url}')
@ -21,6 +23,8 @@ config.bind(',V', 'hint links spawn 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(',s', 'spawn steam steam://openurl/{url}')
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')