No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.

terminalrc.j2 969B

hace 2 años
hace 2 años
hace 2 años
123456789101112131415161718192021222324252627282930313233343536
  1. [Configuration]
  2. MiscAlwaysShowTabs=FALSE
  3. MiscBell=FALSE
  4. MiscBellUrgent=FALSE
  5. MiscBordersDefault=TRUE
  6. MiscCursorBlinks=FALSE
  7. MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
  8. MiscDefaultGeometry=80x24
  9. MiscInheritGeometry=FALSE
  10. MiscMenubarDefault=FALSE
  11. MiscMouseAutohide=TRUE
  12. MiscMouseWheelZoom=TRUE
  13. MiscToolbarDefault=FALSE
  14. MiscConfirmClose=FALSE
  15. MiscCycleTabs=TRUE
  16. MiscTabCloseButtons=TRUE
  17. MiscTabCloseMiddleClick=TRUE
  18. MiscTabPosition=GTK_POS_TOP
  19. MiscHighlightUrls=TRUE
  20. MiscMiddleClickOpensUri=FALSE
  21. MiscCopyOnSelect=FALSE
  22. MiscShowRelaunchDialog=TRUE
  23. MiscRewrapOnResize=TRUE
  24. MiscUseShiftArrowsToScroll=FALSE
  25. MiscSlimTabs=FALSE
  26. MiscNewTabAdjacent=FALSE
  27. MiscSearchDialogOpacity=100
  28. MiscShowUnsafePasteDialog=FALSE
  29. TitleMode=TERMINAL_TITLE_REPLACE
  30. ScrollingBar=TERMINAL_SCROLLBAR_NONE
  31. BackgroundImageShading=0,530000
  32. ScrollingUnlimited=TRUE
  33. FontName={{font_name}} {{font_size}}
  34. {% if xterminal_custom_command is defined %}
  35. CustomCommand={{xterminal_custom_command}}
  36. {% endif %}