Fix small config issues
This commit is contained in:
parent
0ce822638d
commit
4759667811
6 changed files with 13 additions and 12 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue