dotfiles

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

commit 1e3a05f7bf7c32e97a58fe1271498cc70668ce9e
parent 74a5cf334bda701355145bf61a291ce61383da44
Author: regexghost <dev@regexghost.com>
Date:   Fri, 31 Jul 2026 16:08:51 +0100

slock bing to Super+Shift+l, increased history file size and .profile changes

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

diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc @@ -304,8 +304,8 @@ alias edit-bookmarks='${VISUAL:${EDITOR:-vi}} ~/.local/share/regexghost/script-d # Set variables -export HISTSIZE=100000 -export HISTFILESIZE=100000 +export HISTSIZE=200000 +export HISTFILESIZE=200000 export HISTFILE="$HOME/.history" export HISTCONTROL=ignoredups:erasedups diff --git a/dotfiles/.profile b/dotfiles/.profile @@ -29,7 +29,7 @@ export EDITOR="vi" export VISUAL="nano" export PAGER="bat --wrap=word --theme=base16 --paging=always" export BROWSER="firefox" -export PATH=~/.local/bin:$PATH:~/.npm/bin:~/.local/share/npm/bin:~/.local/share/go/bin:~/.local/share/cargo/bin +export PATH="$HOME/.local/bin:$PATH" export TERMINAL="st" export IMAGE_VIEWER="sxiv" export VIDEO_PLAYER="mpv" diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc @@ -180,6 +180,7 @@ <Key mask="4" key="c">exec:st -t qalc -e qalc</Key> <Key mask="4" key="e">exec:st -t nnn -e files</Key> <Key mask="4S" key="e">exec:xfe</Key> + <Key mask="4S" key="l">exec:slock</Key> <Key mask="4" key="q">exec:~/.local/share/regexghost/wm-scripts/bookmarks.sh</Key> <Key mask="4" key="a">exec:~/.local/share/regexghost/wm-scripts/snippets.sh</Key> <Key mask="4" key="f">exec:~/.local/share/regexghost/wm-scripts/dmenu-programs.sh</Key>