Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-12-24 22:27:56 -05:00
parent 257cd05a04
commit f564e0a70f
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
5 changed files with 11 additions and 26 deletions

24
.bashrc
View File

@ -84,27 +84,7 @@ strlen() {
}
uppweb() {
pushd ~/git/cobra.vern.cc
local DIR="/home/cobra/git/cobra.vern.cc"
rsync -rtvzP --exclude ".git" --exclude ".gitignore" --exclude 'README.md' --exclude 'LICENSE' $DIR/* vern.cc:~/public_html/
popd
}
upvweb() {
pushd ~/git/website
rsync --rsh='ssh -p1813' -rtvzP --exclude '.git' --exclude 'LICENSE' /home/cobra/git/website/ root@vern.cc:/var/www/website
ssh vern chown -R www-data:www-data /var/www/website
popd
}
upvgem() {
pushd ~/git/gemini
rsync --rsh='ssh -p1813' -rtvzP --exclude '.git' --exclude 'LICENSE' /home/cobra/git/gemini/ root@vern.cc:/home/gemini/gemini/vern.cc
popd
}
pubdate() {
date +'%a, %d %b %Y %T %z'
ssh vern.cc 'cd ~/public_html; git pull'
}
caption() {
@ -213,5 +193,3 @@ reconf-sys () {
reconf-home () {
guix home reconfigure ~/.config/guix/home.scm
}
. torsocks on

View File

@ -78,6 +78,5 @@
"tmate"
"torsocks"
"alsa-utils"
"aerc"
"proxychains-ng"
"whois"))))

View File

@ -1,2 +1,7 @@
ytdl-format="bestvideo[height=?480][fps<=?30]+bestaudio/best"
ytdl-format="bestvideo[height=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best"
user-agent="Mozilla/5.0"
msg-level=ffmpeg=fatal
vo=gpu
hwdec=vaapi

View File

@ -29,6 +29,9 @@ output * {
bg ~/.config/sway/background.png fill
}
output LVDS-1 pos 0 1080
output DP-1 pos 0 0
# Input configuration
input type:touchpad {
dwt disabled

View File

@ -1,4 +1,4 @@
browser "swayhide mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30]+bestaudio/best' %u"
browser "swayhide mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best' %u"
use-proxy yes
proxy-type socks5h
proxy 127.0.0.1:9050