You can not select more than 25 topics
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.
|
123456789101112131415161718 |
- ---
-
- - name: xdg config
- copy:
- src: xfce-customization/xdg/
- dest: /etc/xdg/
-
- - name: xfce panel config
- template:
- src: xfce-customization/xfce4-panel.xml.j2
- dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
- tags:
- - xfce-panel
-
- - name: xfwm4 config
- template:
- src: xfce-customization/xfwm4.xml.j2
- dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
|