summaryrefslogtreecommitdiff
path: root/home/dots/.config/kmonad.config
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2024-12-14 14:12:16 +0200
committerMarc Coquand <marc@coquand.email>2024-12-14 14:12:16 +0200
commit9f90c15f68bbcd9df91fcefe9898219b47f4c497 (patch)
treeb3d508d408573ac4904418816516787297d7c0d4 /home/dots/.config/kmonad.config
parent370cddc46a875eac77d8f7af4915ec4f54e777f2 (diff)
downloadguix-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.config6
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)