/duckduckgo-ui.yml

https://github.com/nospampleasemam/p5-app-duckduckgo-ui · YAML · 26 lines · 15 code · 5 blank · 6 comment · 0 complexity · 6e5ed5c49ab13ac95e62fbb04c5bfc82 MD5 · raw file

  1. # Command to execute for the web browser -- %s is replaced with the URL.
  2. browser: w3m %s
  3. # Extra URL params to pass to the API (see: https://duckduckgo.com/params)
  4. params:
  5. # SafeSearch
  6. kp: -1
  7. # Region (wt-wt is None)
  8. kl: wt-wt
  9. # UI configuration
  10. interface:
  11. searchbox:
  12. # These are the builtin defaults, for examples.
  13. -border: true
  14. -bfg: red
  15. -fg: default # default terminal setting
  16. -bg: default
  17. keys:
  18. $: cursor-end
  19. ^: cursor-home
  20. window:
  21. -border: true