configuring
This commit is contained in:
parent
972ed8513c
commit
981ff1b6d3
2 changed files with 12 additions and 3 deletions
|
@ -12,10 +12,16 @@
|
||||||
lctl lmet lalt spc ralt rmet
|
lctl lmet lalt spc ralt rmet
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(defalias
|
||||||
|
ctrlesc (tap-hold-next-release 200 esc lctrl)
|
||||||
|
sp-lsft (tap-hold-next-release 200 \( lsft)
|
||||||
|
sp-rsft (tap-hold-next-release 200 \) lsft)
|
||||||
|
hypr C-A-M-S)
|
||||||
|
|
||||||
(deflayer qwerty
|
(deflayer qwerty
|
||||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||||
tab q w e r t y u i o p [ ] \
|
tab q w e r t y u i o p [ ] \
|
||||||
lctrl a s d f g h j k l ; ' ret
|
@ctrlesc a s d f g h j k l ; ' ret
|
||||||
lsft z x c v b n m , . / rsft
|
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||||
lctl lalt lmet spc rmet ralt
|
@hypr lalt lmet spc rmet ralt
|
||||||
)
|
)
|
||||||
|
|
3
home/home.nix.save
Normal file
3
home/home.nix.save
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{ nix-flatpak, lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
T
|
Loading…
Add table
Add a link
Reference in a new issue