dotfiles

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

commit 7506d7100b9d6255a06faa0710392b44c5fa9416
parent 4a5844d48bb58ef244c5f793254125d07a91d5ad
Author: regexghost <dev@regexghost.com>
Date:   Fri,  7 Aug 2026 23:30:35 +0100

accidentally overwrote keybinding, changed pause to super+shift+apostrophe, and keyboard-settings to super+shift+semicolon

Diffstat:
Mdotfiles/.kshrc | 2+-
Mjwm/.config/jwm/jwmrc | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc @@ -67,7 +67,7 @@ alias qv='~/.config/newsraft/queue-vid.sh' alias trash-size='du -s -h ~/.local/share/Trash/files/ | cut -f 1' alias sync='echo "Syncing"; sync; echo "Done"; lsblk' alias man='MANWIDTH=$(($(stty size | cut -d " " -f 2)-20)) man' # fixs a bug with word wrapping in bat by limiting man size -alias dff='df -h | grep -e Filesystem -e "^/dev" | grep -v efi' # show size of proper filesystems +alias dff='df -h | grep -e Filesystem -e "^/dev" -e "$HOME" | grep -v efi' # show size of proper filesystems alias hltb='~/.local/share/regexghost/.venv/bin/python3 ~/.local/share/regexghost/terminal/howlongtobeat.py' alias wttr='curl wttr.in' alias im='iphone-mount' 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="bracketleft">exec:~/.local/share/regexghost/panel/music-moc.sh --toggle-pause</Key> + <Key mask="4S" key="apostrophe">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="apostrophe">exec:~/.local/share/regexghost/wm-scripts/keyboard-settings.sh</Key> + <Key mask="4S" key="semicolon">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>