chore(firefox): update tridactyl rc file
This commit is contained in:
parent
7604ac20df
commit
89ccc33fe1
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ in
|
||||||
xdg.configFile."tridactyl/tridactylrc".text = ''
|
xdg.configFile."tridactyl/tridactylrc".text = ''
|
||||||
sanitize tridactyllocal tridactylsync
|
sanitize tridactyllocal tridactylsync
|
||||||
" Define custom theme
|
" Define custom theme
|
||||||
set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;};
|
set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;} #tridactyl-reader main { width: min(65rem, 90%)!important;}
|
||||||
set theme custom
|
set theme custom
|
||||||
" Smooth scrolling
|
" Smooth scrolling
|
||||||
set smoothscroll true
|
set smoothscroll true
|
||||||
|
@ -83,8 +83,8 @@ in
|
||||||
bind J tabprev
|
bind J tabprev
|
||||||
bind K tabnext
|
bind K tabnext
|
||||||
" Binds for force reader mode
|
" Binds for force reader mode
|
||||||
bind gfr reader
|
bind gr reader
|
||||||
bind gfR reader --tab
|
bind gR reader --tab
|
||||||
set editorcmd foot -T "Edit text from Firefox" nvim %f
|
set editorcmd foot -T "Edit text from Firefox" nvim %f
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue