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.

xfce-customization.yaml 401B

123456789101112131415161718
  1. ---
  2. - name: xdg config
  3. copy:
  4. src: xfce-customization/xdg/
  5. dest: /etc/xdg/
  6. - name: xfce panel config
  7. template:
  8. src: xfce-customization/xfce4-panel.xml.j2
  9. dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
  10. tags:
  11. - xfce-panel
  12. - name: xfwm4 config
  13. template:
  14. src: xfce-customization/xfwm4.xml.j2
  15. dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml