I dunno what exactly I changed in this commit and I dont care too much to find out. My config is pretty sound as it is right now (more or less)

This commit is contained in:
lulusilly 2026-06-29 21:09:46 -04:00
parent 45c1627366
commit 4e56324ec9
2 changed files with 6 additions and 6 deletions

View file

@ -52,7 +52,7 @@
;; Hyper & Meh key definition for easier reading.
hyper (multi lmet lsft lctl lalt)
meh (multi lsft lctl lalt)
;; Remap Caps to Win+Space (Raycast activation)/Nav layer on hold, with double tap for Caps Lock toggle
;; Remap Caps to Ctrl+Space (Raycast activation)/Nav layer on hold, with double tap for Caps Lock toggle
navlayer (layer-while-held nav)
caps (tap-hold $tap-time $hold-time (tap-dance 200 ((multi lctl spc) @hyper caps)) @navlayer)
;; Home row mods
@ -143,8 +143,8 @@
(deflayer fn
_
f1 f2 f3 f4 _ _ _ _ _ _
f5 f6 f7 f8 _ _ _ _ _ _ _
f9 f10 f11 f12 _ _ _ _ _
f5 f6 f7 f8 _ _ _ _ _ _
_ f9 f10 f11 f12 _ _ _ _ _
_ _ _
)
;; Symbol layer
@ -152,7 +152,7 @@
_
S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 S-0
S-\ = - S-= S-- ` S-` S-scln ' S-'
_ \ S-[ S-] S-, S-. [ ] _ _
_ \ S-[ S-] S-, S-. [ ] S-/ _
_ _ _
)
;; Aformentioned standard layer with combo binds for toggling back

View file

@ -87,8 +87,8 @@
(k ) @k
( l) @l
(k l) bspc
(lalt ) (tap-dance $tap-time (@hyper lalt))
( ralt) (tap-dance $tap-time (@hyper ralt))
(lalt ) (tap-dance $tap-time (lalt @hyper))
( ralt) (tap-dance $tap-time (ralt @hyper))
(lalt ralt) (tap-hold $tap-time $hold-time @normie (layer-switch base))
)