Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

main.yaml 2.5KB

il y a 4 ans
il y a 3 ans
il y a 3 ans
il y a 4 ans
il y a 4 ans
il y a 3 ans
il y a 4 ans
il y a 3 ans
il y a 3 ans
il y a 2 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 4 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 3 ans
il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: "{{ home_profile == 'vdesk' }}"
  15. home_vncserver_display_number: 47
  16. home_xsession_vncviewer: "{{ home_profile == 'vdesk' }}"
  17. home_vncserver_allow_resize: true
  18. home_vncserver_geometry: '1920x1200'
  19. home_profile: desktop
  20. default_terminal: xfce4-terminal
  21. default_browser: firefox
  22. # feature flags
  23. with_activity: false
  24. application_shortcuts:
  25. a: atom
  26. w: lowriter
  27. c: "{{calculator_command}}"
  28. i: loimpress
  29. d: lodraw
  30. s: xfce4-screenshooter
  31. l: catfish # search
  32. f: "{{file_browser_command}}" # files
  33. m: "{{mail_command}}"
  34. r: arandr
  35. ssh_over_tor: false
  36. session_lock_command: xset s activate
  37. session_enable_screensaver_command: /usr/local/bin/screensaver-enable
  38. session_disable_screensaver_command: /usr/local/bin/screensaver-disable
  39. system_suspend_command: systemctl suspend
  40. system_reboot_command: systemctl reboot
  41. system_poweroff_command: systemctl poweroff
  42. file_browser_command: thunar
  43. calculator_command: "{{default_browser}} --new-window https://www.geogebra.org/calculator"
  44. mail_command: thunderbird
  45. home_copy_all_background_images: false
  46. background_image: background/eso0932a.jpg
  47. home_autostart_terminal: false
  48. home_autostart_nm_applet: "{{ home_profile != 'vdesk' }}"
  49. home_autostart_blueman_applet: "{{ home_profile != 'vdesk' }}"
  50. home_autostart_pasystray: "{{ home_profile != 'vdesk' }}"
  51. home_autostart_unclutter: "{{ home_profile == 'presentation' }}"
  52. default_activities: []
  53. workspaces: {}
  54. i3_hide_bar: false
  55. i3_hide_border_one_window: false
  56. i3_font: pango:{{i3_pango_font}}
  57. i3_pango_font: "{{terminal_font}}"
  58. xfce4_terminal_font: "{{terminal_font}}"
  59. rofi_font: "{{terminal_font}}"
  60. terminal_font: "{{terminal_font_name}} {{terminal_font_size}}"
  61. terminal_font_name: Monospace
  62. terminal_font_size: 12
  63. home_urxvt_font_pixelsize: "{{terminal_font_size}}"
  64. home_xhosts_allow: []
  65. pulseaudio_load_system_config: true
  66. pulseaudio_jack_sink_enabled: false
  67. pulseaudio_jack_sink_channels: 2
  68. pulseaudio_jack_sink_client_name: PulseAudio
  69. pulseaudio_jack_source_enabled: false
  70. pulseaudio_jack_source_channels: 2
  71. pulseaudio_jack_source_client_name: PulseAudio