dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 0bbb18682cde9d477425e1fcd7eeb65b727fe40c
parent 16aefc4bec23f96f5226f648b7d084b63d44e428
Author: regexghost <dev@regexghost.com>
Date:   Thu, 27 Aug 2026 23:21:53 +0100

streams comment fix, ashell mount fix, youtube link stripping in redirector config and added font to alttab

Diffstat:
Mother/redirector-config.json | 19++++++++++++++++++-
Mterminal-scripts/iphone-mount.sh | 2+-
Mterminal-scripts/stream-check.sh | 2+-
Mwm-scripts/jwm-xinit.sh | 2+-
4 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/other/redirector-config.json b/other/redirector-config.json @@ -1,6 +1,6 @@ { "createdBy": "Redirector v3.5.3", - "createdAt": "2026-08-05T18:33:48.940Z", + "createdAt": "2026-08-26T20:46:03.425Z", "redirects": [ { "description": "Wikipedia Vector Skin", @@ -69,6 +69,23 @@ "appliesTo": [ "main_frame" ] + }, + { + "description": "YouTube videos url cleaner", + "exampleUrl": "https://www.youtube.com/watch?v=fxaDvRA4Qas&list=PLwH1xJhcXG0eE6b4otk8dCBCNTvrvqUY-&index=1", + "exampleResult": "https://www.youtube.com/watch?v=fxaDvRA4Qas", + "error": null, + "includePattern": "https://www.youtube.com/watch?v=*&*", + "excludePattern": "", + "patternDesc": "", + "redirectUrl": "https://www.youtube.com/watch?v=$1", + "patternType": "W", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] } ] } \ No newline at end of file diff --git a/terminal-scripts/iphone-mount.sh b/terminal-scripts/iphone-mount.sh @@ -32,7 +32,7 @@ elif [[ "$1" == "readeramount" ]]; then elif [[ "$1" == "ashellmount" ]]; then idevicepair validate idevicepair pair || exit - ifuse --documents org.AsheKube.app.a-Shell "$MOUNTPOINT" + ifuse --documents AsheKube.app.a-Shell "$MOUNTPOINT" elif [[ "$1" == "pocketbookmount" ]]; then idevicepair validate idevicepair pair || exit diff --git a/terminal-scripts/stream-check.sh b/terminal-scripts/stream-check.sh @@ -2,7 +2,7 @@ # Format for streams.csv: # `NerdCubed,nerdcubed,@NerdCubed,NONE` -# Syntax is: `name,twitch,youtube-at-kick` +# Syntax is: `name,twitch,youtube-at,kick` CONFIG_FILE="$XDG_CONFIG_HOME/regexghost/streams.csv" diff --git a/wm-scripts/jwm-xinit.sh b/wm-scripts/jwm-xinit.sh @@ -15,7 +15,7 @@ # Alt Tab . ~/.config/regexghost/current-theme.sh -(sleep 6 && alttab -bg "#${BACKGROUND_GREY}" -fg "#${FOREGROUND_WHITE}" -frame "#${GREEN}" -t 100x60) & +(sleep 6 && alttab -font "xft:Fira Code-11" -bg "#${BACKGROUND_GREY}" -fg "#${FOREGROUND_WHITE}" -frame "#${GREEN}" -t 110x80) & # Window manager exec jwm 2> ~/.cache/xsession-errors