dotfiles

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

commit 5bbd5b305a67b60a804e7c3be0810f46ff2eb75d
parent ec5255c5ba639381bc79faa7dfb4687d4e2de7ce
Author: regexghost <dev@regexghost.com>
Date:   Sat,  8 Aug 2026 22:41:17 +0100

swapped pause to super+semicolon as my current keyboard has a small apostrophe/@ key. Background for subtitles in mpv config

Diffstat:
Mdotfiles/.config/mpv/mpv.conf | 5+++++
Mjwm/.config/jwm/jwmrc | 4++--
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf @@ -10,3 +10,8 @@ ao=pulse slang=eng hr-seek=yes + +sub-back-color="#dd000000" +sub-border-style=background-box +sub-shadow-offset=4 +sub-outline-size=0 diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc @@ -178,13 +178,13 @@ <Key mask="4" key="minus">exec:~/.local/share/regexghost/panel/music-moc.sh --previous</Key> <Key mask="4S" key="minus">exec:~/.local/share/regexghost/panel/music-moc.sh --quit</Key> <Key mask="4S" key="equal">exec:~/.local/share/regexghost/panel/music-moc.sh --favourite</Key> - <Key mask="4S" key="apostrophe">exec:~/.local/share/regexghost/panel/music-moc.sh --toggle-pause</Key> + <Key mask="4S" key="semicolon">exec:~/.local/share/regexghost/panel/music-moc.sh --toggle-pause</Key> <Key mask="4" key="bracketleft">exec:~/.local/share/regexghost/wm-scripts/volume.sh --down</Key> <Key mask="4" key="bracketright">exec:~/.local/share/regexghost/wm-scripts/volume.sh --up</Key> <Key mask="4S" key="bracketleft">exec:~/.local/share/regexghost/wm-scripts/volume.sh --down --bluez</Key> <Key mask="4S" key="bracketright">exec:~/.local/share/regexghost/wm-scripts/volume.sh --up --bluez</Key> <Key mask="4S" key="slash">exec:~/.local/share/regexghost/wm-scripts/volume.sh --toggle-mute</Key> - <Key mask="4S" key="semicolon">exec:~/.local/share/regexghost/wm-scripts/keyboard-settings.sh</Key> + <Key mask="4S" key="apostrophe">exec:~/.local/share/regexghost/wm-scripts/keyboard-settings.sh</Key> <Key mask="4" key="Return">exec:st</Key> <Key mask="4S" key="Return">exec:xterm</Key> <Key mask="4" key="b">exec:st -t htop -c htop -e htop</Key>