Fix small config issues

This commit is contained in:
Tobias Reisinger 2022-04-05 23:05:00 +02:00
parent 0ce822638d
commit 4759667811
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 13 additions and 12 deletions

View file

@ -39,7 +39,7 @@ alias ip='ip -c'
alias j='jump'
alias keepass-unlock='pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx'
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
alias less='less -FS'
alias ls='ls -lFh --color=auto'

View file

@ -101,6 +101,7 @@ bspc rule -a '*:*:TeamSpeak' desktop='voip'
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
bspc rule -a 'Element' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Steam:Steam:Friends List' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger'

View file

@ -10,6 +10,7 @@ def init(c):
c.content.headers.custom = {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
}
c.content.tls.certificate_errors = 'block'
c.downloads.position = 'bottom'

View file

@ -6,7 +6,7 @@ def init(c):
c.bind(',b', 'spawn chromium {url}')
c.bind(',B', 'hint links spawn chromium {hint-url}')
c.bind(',j', 'spawn --userscript format_json')
c.bind(',j', 'spawn --userscript format_json dracula')
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')