Add qutebrowser userscripts and minor fixes
This commit is contained in:
parent
44e50eabb1
commit
513e3b8263
5 changed files with 427 additions and 6 deletions
|
@ -28,6 +28,7 @@ alias du='du -h'
|
|||
|
||||
alias free='free -h'
|
||||
|
||||
alias git-apply-clip='clip -out | base64 -d | git apply -'
|
||||
alias grep='grep --color=auto'
|
||||
alias grep-highlight='grep -e "^" -e'
|
||||
|
||||
|
|
|
@ -6,7 +6,10 @@ def init(c):
|
|||
c.colors.webpage.preferred_color_scheme = 'dark'
|
||||
|
||||
#c.content.proxy = "socks://localhost:9050/"
|
||||
#c.content.headers.accept_language = "en-IE,en;q=0.9"
|
||||
c.content.headers.accept_language = "en-US,en;q=0.5"
|
||||
c.content.headers.custom = {
|
||||
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
||||
}
|
||||
|
||||
c.downloads.position = 'bottom'
|
||||
|
||||
|
|
|
@ -7,5 +7,6 @@ XDG_MUSIC_DIR="$HOME/music"
|
|||
XDG_PICTURES_DIR="$HOME/pictures"
|
||||
XDG_VIDEOS_DIR="$HOME/videos"
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
XDG_CONFIG_DIR="$HOME/.config"
|
||||
XDG_CACHE_DIR="$HOME/.cache"
|
||||
XDG_DATA_HOME="$HOME/.local/share"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue