]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/lxde/tasks/main.yml
Add gpicview and htop
[perso/Immae/Config/Ansible.git] / roles / lxde / tasks / main.yml
CommitLineData
397c4fed
IB
1---
2- name: Import graphical
3 include_role:
4 name: graphical
5- name: Config files
eac82f28
IB
6 copy:
7 mode: preserve
8 src: "config_files/{{ lxde_config_item }}"
9 dest: "$XDG_CONFIG_HOME/{{ lxde_config_item }}"
10 loop:
11 - libfm/libfm.conf
12 - pcmanfm/LXDE/desktop-items-0.conf
13 - pcmanfm/LXDE/pcmanfm.conf
14 - lxterminal/lxterminal.conf
15 - openbox/lxde-rc.xml
16 - lxpanel/LXDE/panels/panel
17 - lxpanel/LXDE/config
18 - lxpanel/launchtaskbar.cfg
19 - lxsession-default-apps/settings.conf
20 - lxsession/LXDE/autostart
21 - lxsession/LXDE/desktop.conf
23a64c85 22 - gpicview/gpicview.conf
eac82f28
IB
23 - xinitrc
24 loop_control:
25 loop_var: lxde_config_item