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.

example.hcnf 358B

12345678910111213141516171819202122232425262728
  1. general {
  2. log "$(HOME)/.dedaemon.log"
  3. }
  4. display * {
  5. mode max
  6. rate max
  7. where { left-of primary }
  8. }
  9. input * {
  10. type pointer
  11. options [
  12. [ "libinput Tapping Enabled" 1 ]
  13. ]
  14. }
  15. input * {
  16. type keyboard
  17. commands [
  18. "xset r rate 200 60"
  19. "setxkbmap us -option ctrl:swapcaps -option altwin:swap_alt_win"
  20. ]
  21. }
  22. wallpaper {
  23. path "$(HOME)/background.jpg"
  24. }