From d6c4ed4ee3ec7b120de61029a3e460fd180246c5 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sat, 28 Sep 2024 11:38:33 -0400 Subject: [PATCH] configuring --- dotfiles/dot_config/kmonad/quefrency.kbd.save | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dotfiles/dot_config/kmonad/quefrency.kbd.save diff --git a/dotfiles/dot_config/kmonad/quefrency.kbd.save b/dotfiles/dot_config/kmonad/quefrency.kbd.save new file mode 100644 index 0000000..87218dd --- /dev/null +++ b/dotfiles/dot_config/kmonad/quefrency.kbd.save @@ -0,0 +1,28 @@ +(defcfg + input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd") + output (uinput-sink "kmonad-quefrency") + fallthrough true +) + +(defsrc + grv 1 2 3 4 5 6 7 8 9 0 - = bspc + tab q w e r t y u i o p [ ] \ + caps a s d f g h j k l ; ' ret + lsft z x c v b n m , . / rsft + lctl nlck lmet lalt spc ralt rmet slck +) + +(defalias + ctrlesc (tap-hold-next-release 200 esc lctrl) + sp-lsft (tap-hold-next-release 200 \( lsft) + sp-rsft (tap-hold-next-release 200 \) lsft) + hypr C-A-M-S) + +(deflayer qwerty + grv 1 2 3 4 5 6 7 8 9 0 - = bspc + tab q w e r t y u i o p [ ] \ + @ctrlesc a s d f g h j k l ; ' ret + @sp-lsft z x c v b n m , . / @sp-rsft + @hypr lctl lalt lmet spc rmet ralt @hypr +) +