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