diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-14 14:12:16 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-14 14:12:16 +0200 |
commit | 9f90c15f68bbcd9df91fcefe9898219b47f4c497 (patch) | |
tree | b3d508d408573ac4904418816516787297d7c0d4 /home/dots/.config/kmonad.config | |
parent | 370cddc46a875eac77d8f7af4915ec4f54e777f2 (diff) | |
download | guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.tar.gz guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.tar.bz2 guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.zip |
.
Diffstat (limited to 'home/dots/.config/kmonad.config')
-rw-r--r-- | home/dots/.config/kmonad.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/home/dots/.config/kmonad.config b/home/dots/.config/kmonad.config index d040c75..36ae331 100644 --- a/home/dots/.config/kmonad.config +++ b/home/dots/.config/kmonad.config @@ -9,7 +9,7 @@ allow-cmd true ) -(defsrc caps lalt rmet) +(defsrc caps lalt rmet ralt) ;; (defalias ;; ctl-lck (stepped @@ -20,10 +20,12 @@ slc (sticky-key 700 lctl) slm (sticky-key 700 lmet) sla (sticky-key 700 lalt) + sra (sticky-key 700 ralt) slf (sticky-key 700 lsft) srf (sticky-key 700 rsft)) (deflayer mine @slc @sla - (sticky-key 700 rmet)) + (sticky-key 700 rmet) + @sra) |