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.

97 líneas
2.3KB

  1. ---
  2. home_base_color_hue: 219
  3. home_xft_dpi: 96
  4. home_copy_pulseaudio_cookie: false
  5. home_desktop: false
  6. home_access_to_hosts: []
  7. home_vnc_client_low_bandwidth: false
  8. home_remote_workspace_config: false
  9. home_kanboard_api_settings: false
  10. kanboard_api_settings: "{{ lookup('file', '~/.kanboard_api_settings.json') }}"
  11. # kanboard_api_url: https://kanboard.katyx.net/jsonrpc.php
  12. # kanboard_api_user: ka
  13. # kanboard_api_key: xxx
  14. home_vncserver_started_and_enabled: false
  15. home_vncserver_display_number: 47
  16. home_xsession_vncviewer: false
  17. home_vncserver_allow_resize: true
  18. home_vncserver_geometry: '1920x1200'
  19. default_terminal: xfce4-terminal
  20. default_browser: firefox
  21. # feature flags
  22. with_activity: false
  23. application_shortcuts:
  24. a: atom
  25. w: lowriter
  26. c: "{{calculator_command}}"
  27. i: loimpress
  28. d: lodraw
  29. s: xfce4-screenshooter
  30. l: catfish # search
  31. f: "{{file_browser_command}}" # files
  32. m: "{{mail_command}}"
  33. r: arandr
  34. ssh_over_tor: false
  35. system_suspend_command: systemctl suspend
  36. system_reboot_command: systemctl reboot
  37. system_poweroff_command: systemctl poweroff
  38. lockscreen_auto_enabled: true
  39. lockscreen_lock_command: xset s activate
  40. lockscreen_timeout: 300
  41. lockscreen_locktime: 30
  42. display_sleeptime: 300
  43. file_browser_command: thunar
  44. calculator_command: "{{default_browser}} --new-window https://www.geogebra.org/calculator"
  45. mail_command: thunderbird
  46. home_copy_all_background_images: false
  47. background_image: background/eso0932a.jpg
  48. home_autostart_terminal: false
  49. home_autostart_nm_applet: false
  50. home_autostart_blueman_applet: false
  51. home_autostart_pasystray: false
  52. home_autostart_unclutter: false
  53. default_activities: []
  54. workspaces: {}
  55. i3_hide_bar: false
  56. i3_hide_border_one_window: false
  57. i3_font: pango:{{i3_pango_font}}
  58. i3_pango_font: "{{terminal_font}}"
  59. xfce4_terminal_font: "{{terminal_font}}"
  60. rofi_font: "{{terminal_font}}"
  61. terminal_font: "{{terminal_font_name}} {{terminal_font_size}}"
  62. terminal_font_name: Monospace
  63. terminal_font_size: 12
  64. home_urxvt_font_pixelsize: "{{terminal_font_size}}"
  65. home_xhosts_allow: []
  66. pulseaudio_load_system_config: true
  67. pulseaudio_jack_sink_enabled: false
  68. pulseaudio_jack_sink_channels: 2
  69. pulseaudio_jack_sink_client_name: PulseAudio
  70. pulseaudio_jack_source_enabled: false
  71. pulseaudio_jack_source_channels: 2
  72. pulseaudio_jack_source_client_name: PulseAudio
  73. home_use_xonsh_on_terminals: true