mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-05 07:50:12 +00:00
Compare commits
2 Commits
5aaff013da
...
39ee783dfb
| Author | SHA1 | Date | |
|---|---|---|---|
| 39ee783dfb | |||
| 3559179090 |
@ -121,10 +121,10 @@
|
|||||||
# Text input (macOS-like way of producing Norwegian characters)
|
# Text input (macOS-like way of producing Norwegian characters)
|
||||||
"$mod, A, exec, wtype 'å'"
|
"$mod, A, exec, wtype 'å'"
|
||||||
"$mod, O, exec, wtype 'ø'"
|
"$mod, O, exec, wtype 'ø'"
|
||||||
"$mod, semicolon, exec, wtype 'æ'"
|
"$mod, apostrophe, exec, wtype 'æ'"
|
||||||
"$shiftMod, A, exec, wtype 'Å'"
|
"$shiftMod, A, exec, wtype 'Å'"
|
||||||
"$shiftMod, O, exec, wtype 'Ø'"
|
"$shiftMod, O, exec, wtype 'Ø'"
|
||||||
"$shiftMod, semicolon, exec, wtype 'Æ'"
|
"$shiftMod, apostrophe, exec, wtype 'Æ'"
|
||||||
|
|
||||||
# Media & brightness
|
# Media & brightness
|
||||||
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
e r
|
e r
|
||||||
caps a s d f g h j k l ;
|
caps a s d f g h j k l ;
|
||||||
c v
|
c v
|
||||||
|
spc
|
||||||
)
|
)
|
||||||
|
|
||||||
(defalias
|
(defalias
|
||||||
@ -38,6 +39,7 @@
|
|||||||
k (tap-hold $tap-time $hold-time k rmet)
|
k (tap-hold $tap-time $hold-time k rmet)
|
||||||
l (tap-hold $tap-time $hold-time l ralt)
|
l (tap-hold $tap-time $hold-time l ralt)
|
||||||
; (tap-hold $tap-time $hold-time ; rsft)
|
; (tap-hold $tap-time $hold-time ; rsft)
|
||||||
|
spc (tap-hold $tap-time $hold-time spc lsft)
|
||||||
|
|
||||||
;; layer-taps
|
;; layer-taps
|
||||||
g (tap-hold $tap-time $hold-time g (layer-while-held navigation))
|
g (tap-hold $tap-time $hold-time g (layer-while-held navigation))
|
||||||
@ -48,18 +50,21 @@
|
|||||||
e r
|
e r
|
||||||
@caps @a @s @d @f @g @h @j @k @l @;
|
@caps @a @s @d @f @g @h @j @k @l @;
|
||||||
c v
|
c v
|
||||||
|
@spc
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer navigation
|
(deflayer navigation
|
||||||
e r
|
e r
|
||||||
@caps @a @s @d @f @g left down up right @;
|
@caps @a @s @d @f @g left down up right @;
|
||||||
c v
|
c v
|
||||||
|
@spc
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer symbol
|
(deflayer symbol
|
||||||
S-[ S-]
|
S-[ S-]
|
||||||
@caps @a S-4 S-9 S-0 @g @h @j @k @l @;
|
@caps @a S-4 S-9 S-0 @g @h @j @k @l @;
|
||||||
[ ]
|
[ ]
|
||||||
|
@spc
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user