mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 09:00:23 -04:00
first commit
This commit is contained in:
commit
8450ea8068
61 changed files with 3269 additions and 0 deletions
61
dotfiles/kmonad/.kmonad/real-programmers-dvorak.kbd
Normal file
61
dotfiles/kmonad/.kmonad/real-programmers-dvorak.kbd
Normal file
|
@ -0,0 +1,61 @@
|
|||
|
||||
(defcfg
|
||||
;; For Linux
|
||||
input (device-file "/dev/input/by-path/pci-0000:02:00.0-usb-0:5:1.0-event-kbd")
|
||||
output (uinput-sink "My KMonad output"
|
||||
;; To understand the importance of the following line, see the section on
|
||||
;; Compose-key sequences at the near-bottom of this file.
|
||||
"/run/current-system/sw/bin/sleep 1 && /run/current-system/sw/bin/setxkbmap -option compose:ralt")
|
||||
cmp-seq ralt ;; Set the compose key to `RightAlt'
|
||||
cmp-seq-delay 5 ;; 5ms delay between each compose-key sequence press
|
||||
|
||||
;; For Windows
|
||||
;; input (low-level-hook)
|
||||
;; output (send-event-sink)
|
||||
|
||||
;; For MacOS
|
||||
;; input (iokit-name "my-keyboard-product-string")
|
||||
;; output (kext)
|
||||
|
||||
;; Comment this if you want unhandled events not to be emitted
|
||||
fallthrough true
|
||||
|
||||
;; Set this to false to disable any command-execution in KMonad
|
||||
allow-cmd true
|
||||
|
||||
;; Set the implicit around to `around`
|
||||
implicit-around around
|
||||
)
|
||||
|
||||
(defsrc
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
caps a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
lctl lmet lalt spc ralt rmet cmp rctl
|
||||
)
|
||||
|
||||
(deflayer default
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
|
||||
$ + [ { \( & = \) } ] * ! | bspc
|
||||
tab ; , . p y f g c r l / @ \
|
||||
caps a o e u i d h t n s - ret
|
||||
@shift ' q j k x b m w v z rsft
|
||||
lctl lmet lalt spc ralt rmet cmp rctl
|
||||
)
|
||||
|
||||
|
||||
(deflayer shift
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
|
||||
~ 1 2 3 4 5 6 7 8 9 0 % ` bspc
|
||||
tab : < > P Y F G C R L ? ^ #
|
||||
caps A O E U I D H T N S _ ret
|
||||
lsft " Q J K X B M W V Z rsft
|
||||
lctl lmet lalt spc ralt rmet cmp rctl
|
||||
)
|
||||
|
||||
(defalias
|
||||
shift (layer-toggle shift)
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue