misc. changes
This commit is contained in:
parent
97f19d49fe
commit
c0a77bcbce
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# paths and stuff
|
||||||
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
export MANPATH="$(manpath):$HOME/.local/share/man"
|
||||||
|
export EDITOR="nvim"
|
||||||
|
mkdir -p "$HOME/.local/bin" "$HOME/.share/man"
|
||||||
|
|
||||||
# program exports to keep the $HOME neat and tidy
|
# program exports to keep the $HOME neat and tidy
|
||||||
# bash
|
# bash
|
||||||
export HISTFILE="$HOME/.config/bash/hist"
|
export HISTFILE="$HOME/.config/bash/hist"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# rndusr's bspwmrc
|
# rndusr's bspwmrc
|
||||||
|
|
||||||
# post-wm boilerplate
|
# post-wm boilerplate
|
||||||
|
wallpaper
|
||||||
disp
|
disp
|
||||||
statusbar &
|
statusbar &
|
||||||
|
|
||||||
|
|
3
sx/sxrc
3
sx/sxrc
|
@ -1,6 +1,3 @@
|
||||||
# pre-wm boilerplate
|
|
||||||
wallpaper
|
|
||||||
|
|
||||||
# adjust some keybindings
|
# adjust some keybindings
|
||||||
setxkbmap -option caps:super
|
setxkbmap -option caps:super
|
||||||
killall xcape
|
killall xcape
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
sanitize commandline tridactyllocal tridactylsync
|
sanitize commandline tridactyllocal tridactylsync
|
||||||
|
|
||||||
|
" better thean google
|
||||||
|
set searchengine duckduckgo
|
||||||
|
|
||||||
" redirect youtube, reddit, twitter to proxies
|
" redirect youtube, reddit, twitter to proxies
|
||||||
autocmd DocStart https://www.youtube.com js let vsites = ["invidious.snopyta.org", "yewtu.be", "invidious.kavin.rocks", "vid.puffyan.us"]; tri.excmds.urlmodify("-t", "www.youtube.com", vsites[Math.floor(Math.random() * vsites.length)])
|
autocmd DocStart https://www.youtube.com js let vsites = ["invidious.snopyta.org", "yewtu.be", "invidious.kavin.rocks", "vid.puffyan.us"]; tri.excmds.urlmodify("-t", "www.youtube.com", vsites[Math.floor(Math.random() * vsites.length)])
|
||||||
autocmd DocStart https://www.reddit.com js let rsites = ["libredd.it", "libreddit.spike.codes", "libreddit.kavin.rocks", "reddit.invak.id", "reddit.phii.me"]; tri.excmds.urlmodify("-t", "www.reddit.com", rsites[Math.floor(Math.random() * rsites.length)])
|
autocmd DocStart https://www.reddit.com js let rsites = ["libredd.it", "libreddit.spike.codes", "libreddit.kavin.rocks", "reddit.invak.id", "reddit.phii.me"]; tri.excmds.urlmodify("-t", "www.reddit.com", rsites[Math.floor(Math.random() * rsites.length)])
|
||||||
|
|
Loading…
Reference in New Issue