mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 23:02:46 +00:00
Qute: allow Discord mic access
This commit is contained in:
parent
114064c414
commit
5079cb895a
|
@ -50,6 +50,14 @@ hosts.append("https://raw.githubusercontent.com/jmdugan/blocklists/master/corpor
|
||||||
hosts.append("https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all")
|
hosts.append("https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all")
|
||||||
hosts.append("https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt")
|
hosts.append("https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt")
|
||||||
|
|
||||||
|
config.set('content.register_protocol_handler', True, 'https://mail.tutanota.com')
|
||||||
|
config.set('content.desktop_capture', True, 'https://discord.com')
|
||||||
|
config.set('content.media.audio_capture', True, 'https://discord.com')
|
||||||
|
config.set('content.persistent_storage', True, 'https://mega.nz')
|
||||||
|
config.set('content.javascript.enabled', False, 'https://twitter.com')
|
||||||
|
config.set('content.register_protocol_handler', False, 'https://mail.google.com?extsrc=mailto&url=%25s')
|
||||||
|
|
||||||
|
## APPEARANCE ##
|
||||||
guicol = '#222D32'
|
guicol = '#222D32'
|
||||||
accent = '#5294E2'
|
accent = '#5294E2'
|
||||||
|
|
||||||
|
@ -93,12 +101,6 @@ ccc.item.selected.border.bottom = accent
|
||||||
ccc.match.fg = accent
|
ccc.match.fg = accent
|
||||||
ccc.scrollbar.fg = accent
|
ccc.scrollbar.fg = accent
|
||||||
|
|
||||||
config.set('content.register_protocol_handler', True, 'https://mail.tutanota.com')
|
|
||||||
config.set('content.desktop_capture', True, 'https://discord.com')
|
|
||||||
config.set('content.persistent_storage', True, 'https://mega.nz')
|
|
||||||
config.set('content.javascript.enabled', False, 'https://twitter.com')
|
|
||||||
config.set('content.register_protocol_handler', False, 'https://mail.google.com?extsrc=mailto&url=%25s')
|
|
||||||
|
|
||||||
# redirects
|
# redirects
|
||||||
from qutebrowser.api import interceptor
|
from qutebrowser.api import interceptor
|
||||||
import operator, typing
|
import operator, typing
|
||||||
|
|
|
@ -6,5 +6,4 @@ set recolor-darkcolor '#FFFFFF'
|
||||||
set highlight-active-color '#FF79C6'
|
set highlight-active-color '#FF79C6'
|
||||||
#set recolor
|
#set recolor
|
||||||
|
|
||||||
map <C-I> set recolor-reverse-video
|
map <C-i> set recolor-reverse-video
|
||||||
map <C-i> recolor
|
|
||||||
|
|
Loading…
Reference in a new issue