no longer using vimb
This commit is contained in:
parent
79b412b041
commit
3fa80b84c9
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
LOCATION="$(HOME)/.config"
|
||||
DATA="$(HOME)/.local/share"
|
||||
install: install_bspwm install_nvim install_sx install_sxhkd install_vimb install_zathura install_simplestatus install_bash install_ssh install_git environment
|
||||
install: install_bspwm install_nvim install_sx install_sxhkd install_zathura install_simplestatus install_bash install_ssh install_git environment
|
||||
install_bspwm:
|
||||
cp -r bspwm $(LOCATION)
|
||||
install_nvim:
|
||||
|
|
79
vimb/config
79
vimb/config
|
@ -1,79 +0,0 @@
|
|||
# this was copied from this haha
|
||||
# general settings
|
||||
set cookie-accept=never
|
||||
set header=DNT=1,User-Agent
|
||||
set hint-keys=asdfhjkl
|
||||
set hint-keys-same-length=true
|
||||
set html5-database=false
|
||||
set html5-local-storage=false
|
||||
set offline-cache=false
|
||||
set prevent-newwindow=true
|
||||
set plugins=false
|
||||
set media-playback-requires-user-gesture=true
|
||||
set geolocation=never
|
||||
set hardware-acceleration-policy=always
|
||||
set scripts=false
|
||||
set webinspector=true
|
||||
set xss-auditor=true
|
||||
set strict-ssl=off
|
||||
set incsearch=true
|
||||
set javascript-can-access-clipboard=false
|
||||
set javascript-can-open-windows-automatically=false
|
||||
set stylesheet=true
|
||||
set input-autohide=true
|
||||
|
||||
set download-path=~/down
|
||||
|
||||
# keybinds
|
||||
nnoremap : ;
|
||||
nnoremap ; :
|
||||
|
||||
# disable/enable/toggle js
|
||||
nmap sje ;set scripts=on<CR>
|
||||
nmap sjd ;set scripts=off<CR>
|
||||
nmap sjt ;set scripts!<CR>
|
||||
|
||||
# start a "less protected" school version of the browser
|
||||
nmap se ;source ~/.config/vimb/school
|
||||
nmap sd ;source ~/.config/vimb/config
|
||||
|
||||
# browser theme
|
||||
set status-css=color: "#ccbc8e; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
set status-ssl-css=color: "#727a18; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
set status-ssl-invalid-css=color: "#8e8463; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
|
||||
set input-css=color: "#ccbc8e; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
set input-error-css=color: "#8e8463; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
|
||||
set completion-css=color: "#ccbc8e; background-color: #161510; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
set completion-selected-css=color: "#161510; background-color: #ccbc8e; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
set completion-hover-css=color: "#161510; background-color: #ccbc8e; font: 'Fantasque Sans Mono'; font-size: 14px;"
|
||||
|
||||
# webpage css and stuff
|
||||
set dark-mode=true
|
||||
set default-font=Noto Sans
|
||||
set font-size=14
|
||||
|
||||
set monospace-font=Fantasque Sans Mono
|
||||
set monospace-font-size=14
|
||||
|
||||
set sans-serif-font=Fantasque Sans Mono
|
||||
set serif-font=Fantasque Sans Mono
|
||||
|
||||
# autocommands
|
||||
aug tilde
|
||||
au LoadCommitted http{s,}://tildegit.org/*,http{s,}://tilde.zone/* set html5-database=true|set html5-local-storage=true|set scripts=true|set cookie-accept=always
|
||||
aug end
|
||||
aug site
|
||||
au LoadCommitted http{s,}://{www.,}vultr.com/*,http{s,}://{www.,}namecheap.com/* set html5-database=true|set html5-local-storage=false|set scripts=true|set cookie-accept=always
|
||||
aug end
|
||||
|
||||
# automatic gemini/gopher -> http handling
|
||||
# be forewarned: veyr hacky
|
||||
|
||||
aug underground
|
||||
au LoadStarting {gemini,gopher}://* :shellcmd! urlhandle $VIMB_URI
|
||||
aug end
|
||||
aug ftp
|
||||
au LoadStarting ftp://* :shellcmd! ftphandle $VIMB_URI
|
||||
aug end
|
13
vimb/school
13
vimb/school
|
@ -1,13 +0,0 @@
|
|||
# general settings
|
||||
set cookie-accept=always
|
||||
set html5-database=true
|
||||
set html5-local-storage=true
|
||||
set plugins=true
|
||||
set geolocation=ask
|
||||
set scripts=true
|
||||
set javascript-can-access-clipboard=true
|
||||
|
||||
# browser themeing
|
||||
set status-css=color: #ccbc8e; background-color: #cc3214; font: Fantasque Sans Mono; font-size: 14px;
|
||||
set status-ssl-css=color: #727a18; background-color: #cc3214; font: Fantasque Sans Mono; font-size: 14px;
|
||||
set status-ssl-invalid-css=color: #8e8463; background-color: #cc3214; font: Fantasque Sans Mono; font-size: 14px;
|
Loading…
Reference in New Issue