diff --git a/.bashrc b/.bashrc index 1d18561..e773325 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/.config/guix/home.scm b/.config/guix/home.scm index d393517..6f76241 100644 --- a/.config/guix/home.scm +++ b/.config/guix/home.scm @@ -78,6 +78,5 @@ "tmate" "torsocks" "alsa-utils" - "aerc" "proxychains-ng" "whois")))) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 993b16f..40407a4 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -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 diff --git a/.config/sway/config b/.config/sway/config index 51d7649..d3eee47 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.newsboat/config b/.newsboat/config index 3bdb1ce..ae03377 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -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