scripts

custom scripts and utils
git clone git://git.pyratebeard.net/scripts.git
Log | Files | Refs | README

commit 5b2ae2dca8d865287addb6a71ceff4241c4b0e53
parent b0359038f835f75c61823393c2f089a8165932d5
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 26 May 2024 20:53:44 +0100

chore(switchkb): xdg path

Diffstat:
Mbin/.local/bin/switchkb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/.local/bin/switchkb b/bin/.local/bin/switchkb @@ -12,7 +12,7 @@ kill $(pidof xcape) setxkbmap -option if [[ "$lang" == "colemak" ]] ; then setxkbmap -option ctrl:nocaps colemak-ctrl - xmodmap ~/.xmodmap + xmodmap $XDG_CONFIG_HOME/xmodmap/.xmodmap else setxkbmap -option ctrl:nocaps $lang fi