25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

66 lines
1.8KB

  1. ---
  2. home_base_color_hue: 219
  3. home_xft_dpi: 96
  4. home_urxvt_font_pixelsize: 12
  5. home_copy_pulseaudio_cookie: false
  6. home_desktop: false
  7. home_access_to_hosts: []
  8. home_vnc_client_low_bandwidth: false
  9. home_remote_workspace_config: false
  10. home_kanboard_api_settings: false
  11. kanboard_api_settings: "{{ lookup('file', '~/.kanboard_api_settings.json') }}"
  12. # kanboard_api_url: https://kanboard.katyx.net/jsonrpc.php
  13. # kanboard_api_user: ka
  14. # kanboard_api_key: xxx
  15. home_vncserver_started_and_enabled: "{{ home_profile == 'vdesk' }}"
  16. home_vncserver_display_number: 47
  17. home_xsession_vncviewer: "{{ home_profile == 'vdesk' }}"
  18. home_vncserver_geometry: '1920x1200'
  19. home_profile: desktop
  20. default_terminal: urxvt
  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: true
  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: {}