Update configs
This commit is contained in:
parent
028d3d7760
commit
ddcc044ec6
8 changed files with 30 additions and 11 deletions
|
@ -18,8 +18,7 @@ alias cp='cp -iv'
|
|||
alias df='df -h'
|
||||
alias doas='doas -- '
|
||||
alias doasu='\doas -u '
|
||||
alias dotfiles='.f'
|
||||
alias dotfiles-mail='.fm'
|
||||
alias docker-caddy-reload='docker compose exec app sh -c "caddy validate --config /etc/caddy/Caddyfile && caddy reload --config /etc/caddy/Caddyfile"'
|
||||
alias du='du -h'
|
||||
|
||||
alias free='free -h'
|
||||
|
|
|
@ -31,6 +31,8 @@ def init(c):
|
|||
}
|
||||
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
|
||||
|
||||
c.zoom.mouse_divider = 0
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
'spacing': {
|
||||
'vertical': 1,
|
||||
|
|
|
@ -19,6 +19,7 @@ def init(c):
|
|||
c.bind(',Pu', 'spawn --userscript qute-keepassxc --only-username --key ' + gpg_key, mode='normal')
|
||||
c.bind(',Pi', 'spawn --userscript qute-keepassxc --only-password --key ' + gpg_key, mode='normal')
|
||||
c.bind(',Po', 'spawn --userscript qute-keepassxc --only-otp --key ' + gpg_key, mode='normal')
|
||||
c.bind(',Pp', 'spawn --userscript qute-keepassxc --autotype --key ' + gpg_key, mode='normal')
|
||||
|
||||
c.bind(',q', 'spawn --userscript qr {url}')
|
||||
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue