misc. changes

This commit is contained in:
randomuser 2022-12-24 00:42:10 -06:00
parent 97f19d49fe
commit c0a77bcbce
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,11 @@
#!/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
# bash
export HISTFILE="$HOME/.config/bash/hist"

View File

@ -2,6 +2,7 @@
# rndusr's bspwmrc
# post-wm boilerplate
wallpaper
disp
statusbar &

View File

@ -1,6 +1,3 @@
# pre-wm boilerplate
wallpaper
# adjust some keybindings
setxkbmap -option caps:super
killall xcape

View File

@ -1,5 +1,8 @@
sanitize commandline tridactyllocal tridactylsync
" better thean google
set searchengine duckduckgo
" 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.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)])