.gmrunrc 425 B

12345678910111213141516171819202122232425
  1. # || gmrun config ||
  2. #
  3. # --|| Window ||--
  4. Width=320 # Window width
  5. Left=8 # Window X position
  6. Top=38 # Window Y position
  7. # --|| History ||--
  8. ShowLast=1 # Show last selected command
  9. History=20 # Commands in history
  10. # --|| Completion ||--
  11. TabTimeout=1000 # Auto tab-completion timer
  12. # --|| Handlers ||--
  13. #
  14. # ----|| URL ||----
  15. URL_http=iceweasel-uxp "%u"
  16. URL_https=iceweasel-uxp "%u"