Update some configs
This commit is contained in:
parent
2d9a99e3f0
commit
21105dac54
4 changed files with 5 additions and 3 deletions
|
@ -55,7 +55,7 @@ alias pacman-autoremove='sudo pacman -Rns $(pacman -Qtdq)'
|
|||
alias pacman-autoremove-opts='sudo pacman -Rns $(pacman -Qttdq)'
|
||||
alias ps-grep='ps aux | grep -v grep | grep'
|
||||
|
||||
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_HOME/qutebrowser/config-kiosk.py'
|
||||
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_HOME/qutebrowser/config_kiosk.py'
|
||||
|
||||
alias rm='rm -I --one-file-system -v'
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Python
|
||||
/venv/
|
||||
/.venv/
|
||||
*.pyc
|
||||
|
||||
# File stuff
|
||||
|
|
|
@ -9,7 +9,8 @@ bind = $main_mod, F, fullscreen,
|
|||
|
||||
bind = $main_mod, D, exec, j4-dmenu-desktop --dmenu="$DMENU"
|
||||
bind = $main_mod, Pause, exec, menu-shutdown
|
||||
bind = $main_mod, T, exec, ts-control
|
||||
bind = $main_mod, T, exec, ts-control quick
|
||||
bind = $main_mod SHIFT, T, exec, ts-control
|
||||
bind = $main_mod, M, exec, host-mode
|
||||
bind = $main_mod, C, exec, [float] $TERMINAL -e python
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ def init(c):
|
|||
|
||||
#c.content.proxy = "socks://localhost:9050/"
|
||||
c.content.headers.accept_language = "en-US,en;q=0.5"
|
||||
#c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36"
|
||||
c.content.pdfjs = True
|
||||
c.content.tls.certificate_errors = 'block'
|
||||
|
||||
c.downloads.position = 'bottom'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue