summaryrefslogtreecommitdiff
path: root/roles/lxde/tasks/main.yml
blob: b91e84a6f94239d350a6efeec4311d15da6f8264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
- name: Import graphical
  include_role:
    name: graphical
- name: Config files
  copy:
    mode: preserve
    src: "config_files/{{ lxde_config_item }}"
    dest: "$XDG_CONFIG_HOME/{{ lxde_config_item }}"
  loop:
    - libfm/libfm.conf
    - pcmanfm/LXDE/desktop-items-0.conf
    - pcmanfm/LXDE/pcmanfm.conf
    - lxterminal/lxterminal.conf
    - openbox/lxde-rc.xml
    - lxpanel/LXDE/panels/panel
    - lxpanel/LXDE/config
    - lxpanel/launchtaskbar.cfg
    - lxsession-default-apps/settings.conf
    - lxsession/LXDE/autostart
    - lxsession/LXDE/desktop.conf
    - gpicview/gpicview.conf
    - xinitrc
  loop_control:
    loop_var: lxde_config_item