add browser config
This commit is contained in:
parent
418215e194
commit
514d1ed227
2 changed files with 25 additions and 0 deletions
21
.config/qutebrowser/bookmarks/urls
Normal file
21
.config/qutebrowser/bookmarks/urls
Normal file
|
@ -0,0 +1,21 @@
|
|||
https://pleroma.thrrgilag.space/web thrrgilag in space (mfe)
|
||||
https://portal-us.bankofamerica.com portal-us.bankofamerica.com
|
||||
https://cloud.dreamfall.space/apps/tasks/#/calendars/personal Tasks - Nextcloud
|
||||
https://emojipedia.org/ Emojipedia
|
||||
https://broadsword.s3rv.com/go Broadsword
|
||||
https://pleroma.thrrgilag.space thrrgilag in space (pfe)
|
||||
https://www.msn.com/en-us/news Breaking News Stories from US and Around the World | MSN News
|
||||
https://www.youtube.com/user/georgesss95/videos Georges Basile Stavracas Neto - YouTube
|
||||
https://www.youtube.com/c/WimpysWorld/videos Wimpy's World - YouTube
|
||||
https://spacepub.space/video-channels/sircmpwn/videos Video channel videos - SpacePub
|
||||
https://diode.zone/video-channels/kzimmermann_podcast/videos Video channel videos - Diode Zone
|
||||
https://vimeo.com/andrewrk Andrew Kelley
|
||||
https://www.youtube.com/c/Bisqwit/videos Bisqwit - YouTube
|
||||
https://live.secluded.site/ Secluded.Site
|
||||
https://live.drewdevault.com/ Drew DeVault codes live
|
||||
https://live.w0rmh0le.net/ nebunez on w0rmh0le live!
|
||||
https://www.twitch.tv/ekaitzza ekaitZZa - Twitch
|
||||
http://www.floodgap.com/software/texapp/old_docs.html Texapp is dead: an interactive console text-based command-line App.net/ADN client and Perl platform (whew!)
|
||||
https://nutcracker.chimpnut.nl/ Pnut.io API Console
|
||||
https://lazka.github.io/pgi-docs/ PyGObject API Reference
|
||||
https://python-gtk-3-tutorial.readthedocs.io/en/latest/ The Python GTK+ 3 Tutorial — Python GTK+ 3 Tutorial 3.4 documentation
|
4
.config/qutebrowser/config.py
Normal file
4
.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
config.bind('<Ctrl+i>', 'spawn --userscript qute-keepass -p ~/Nextcloud/Database.kdbx', mode='insert')
|
||||
config.set('content.notifications', True, 'https://cloud.dreamfall.space')
|
||||
config.set('content.notifications', True, 'https://pleroma.thrrgilag.space')
|
||||
config.set('content.notifications', False, 'https://www.reddit.com')
|
Loading…
Reference in a new issue