From 288ccb3984c7cb46b67d0f6bf7fb6d53c5d7a2d3 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 13 Dec 2025 23:43:10 -0500 Subject: guix: full refactor of configuration structure --- guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket | 7 +++++++ guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard | 7 +++++++ guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket | 9 +++++++++ 3 files changed, 23 insertions(+) create mode 100644 guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket create mode 100644 guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard create mode 100644 guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket (limited to 'guix/kolwynia/home/bdunahu/files/.xkb') diff --git a/guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket new file mode 100644 index 0000000..4fdd8c1 --- /dev/null +++ b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket @@ -0,0 +1,7 @@ +xkb_keymap { + xkb_keycodes { include "evdev+aliases(qwerty)" }; + xkb_types { include "complete" }; + xkb_compat { include "complete" }; + xkb_symbols { include "pc+us(workman)+inet(evdev)+rocket(rocket)" }; + xkb_geometry { include "pc(pc105)" }; +}; diff --git a/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard new file mode 100644 index 0000000..528dd72 --- /dev/null +++ b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard @@ -0,0 +1,7 @@ +xkb_keymap { + xkb_keycodes { include "evdev+aliases(qwerty)" }; + xkb_types { include "complete" }; + xkb_compat { include "complete" }; + xkb_symbols { include "pc+us+inet(evdev)+rocket(rocket)" }; + xkb_geometry { include "pc(pc105)" }; +}; diff --git a/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket b/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket new file mode 100644 index 0000000..a206a9a --- /dev/null +++ b/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket @@ -0,0 +1,9 @@ +partial modifier_keys +xkb_symbols "rocket" { + key {[ BackSpace, Escape, BackSpace, BackSpace ]}; + key {[ space, space, space, nobreakspace ]}; + key {[ Tab, ISO_Left_Tab, Tab, ISO_Left_Tab ]}; + key {[ space, space, space, nobreakspace ]}; + key {[ Return, Return, Return, Return ]}; + key {[ Control_L, Control_R, Control_L, Control_R ]}; +}; -- cgit v1.2.3