dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit b8e898168660cc9a582d04a57ed67ec2de92f12e
parent a1869d1c03a42974ff6060e7606062979482ee0f
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 31 May 2024 11:17:54 +0100

feat(xorg): custom colemak-ctrl keymap

Diffstat:
Axorg/usr/share/X11/xkb/symbols/colemak-ctrl | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/xorg/usr/share/X11/xkb/symbols/colemak-ctrl b/xorg/usr/share/X11/xkb/symbols/colemak-ctrl @@ -0,0 +1,7 @@ +// colemak-ctrl +partial alphanumeric_keys +xkb_symbols "colemak-ctrl" { + include "us(colemak)" + key <CAPS> { [ Control_L, Control_L, Control_L, Control_L ] }; +}; +