Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
227 B

  1. clear Lock
  2. {{ if and (eq .chezmoi.fullHostname "x1-carbon") (not .ext_kb) }}
  3. keycode 115 = BackSpace
  4. keycode 110 = Delete
  5. keycode 22 = Home
  6. keycode 119 = End
  7. {{ else }}
  8. keycode 22 = Caps_Lock
  9. keycode 66 = BackSpace
  10. {{ end }}