zathura: fix zathsec
This commit is contained in:
parent
ac829aa714
commit
38edb7c62a
@ -17,7 +17,7 @@ abbr -a -- ds swal;
|
|||||||
# zathura
|
# zathura
|
||||||
alias thur='zathura'
|
alias thur='zathura'
|
||||||
# stricter sandbox zathura
|
# stricter sandbox zathura
|
||||||
alias zathsec='/usr/bin/zathura -c ~/.config/zathura-sec'
|
alias zathsec='/usr/bin/zathura-sandbox -c ~/.config/zathura-sec'
|
||||||
|
|
||||||
# tmux with 256-color and UTF-8
|
# tmux with 256-color and UTF-8
|
||||||
function tmx; tmux -u -2 $argv; end
|
function tmx; tmux -u -2 $argv; end
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
# zathura profile for opening foreign files
|
|
||||||
|
|
||||||
set sandbox strict
|
|
||||||
|
|
||||||
# make things fit better
|
|
||||||
set scroll-page-aware true
|
|
||||||
set adjust-open width
|
|
||||||
|
|
||||||
set font "IBM Plex Sans 12"
|
|
||||||
|
|
||||||
set recolor-darkcolor "#ffffff"
|
|
||||||
set recolor-lightcolor rgba(0,0,0,0)
|
|
||||||
set recolor false
|
|
||||||
set recolor-keephue true
|
|
||||||
set recolor-reverse-video true
|
|
||||||
|
|
||||||
set default-bg "#000000ff"
|
|
||||||
set index-bg "#000000"
|
|
||||||
set index-active-bg "#111111"
|
|
||||||
set index-active-fg "#FFFFFF"
|
|
||||||
set inputbar-bg rgba(0,0,0,0.5)
|
|
||||||
set inputbar-fg "#CCCCCC"
|
|
||||||
set statusbar-bg rgba(0,0,0,0.5)
|
|
||||||
|
|
||||||
set selection-clipboard clipboard
|
|
Loading…
Reference in New Issue
Block a user