1
Fork 0

Add tldr persistence and much more

This commit is contained in:
Matei Adriel 2023-11-04 18:58:09 +01:00
parent 36d1a39511
commit f17e32e30d
No known key found for this signature in database
9 changed files with 97 additions and 87 deletions
hosts/nixos/common/optional

View file

@ -13,7 +13,7 @@ let
(chord [ "j" "k" "l" ] [ "rightctrl" "rightshift" ])
(chord [ "s" "d" "f" ] [ "leftctrl" "leftshift" ])
(unmap [ "leftalt" ])
(unmap [ "leftshift" ])
# (unmap [ "leftshift" ]) # Useful for touhou
(unmap [ "leftctrl" ])
(unmap [ "rightshift" ])
(unmap [ "rightctrl" ])