diff options
Diffstat (limited to 'roles/lxde/tasks/main.yml')
-rw-r--r-- | roles/lxde/tasks/main.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/roles/lxde/tasks/main.yml b/roles/lxde/tasks/main.yml index e7de759..90dffbb 100644 --- a/roles/lxde/tasks/main.yml +++ b/roles/lxde/tasks/main.yml | |||
@@ -18,8 +18,8 @@ | |||
18 | - name: Config files | 18 | - name: Config files |
19 | copy: | 19 | copy: |
20 | mode: preserve | 20 | mode: preserve |
21 | src: "config_files/{{ lxde_config_item }}" | 21 | src: "config_files/{{ item }}" |
22 | dest: "$XDG_CONFIG_HOME/{{ lxde_config_item }}" | 22 | dest: "$XDG_CONFIG_HOME/{{ item }}" |
23 | loop: | 23 | loop: |
24 | - libfm/libfm.conf | 24 | - libfm/libfm.conf |
25 | - pcmanfm/LXDE/pcmanfm.conf | 25 | - pcmanfm/LXDE/pcmanfm.conf |
@@ -33,8 +33,6 @@ | |||
33 | - lxsession/LXDE/desktop.conf | 33 | - lxsession/LXDE/desktop.conf |
34 | - gpicview/gpicview.conf | 34 | - gpicview/gpicview.conf |
35 | - xinitrc | 35 | - xinitrc |
36 | loop_control: | ||
37 | loop_var: lxde_config_item | ||
38 | - name: pcmanfm destkop configuration | 36 | - name: pcmanfm destkop configuration |
39 | ini_file: | 37 | ini_file: |
40 | path: "$XDG_CONFIG_HOME/pcmanfm/LXDE/desktop-items-0.conf" | 38 | path: "$XDG_CONFIG_HOME/pcmanfm/LXDE/desktop-items-0.conf" |
@@ -55,7 +53,6 @@ | |||
55 | - [ "show_documents", "0" ] | 53 | - [ "show_documents", "0" ] |
56 | - [ "show_trash", "1" ] | 54 | - [ "show_trash", "1" ] |
57 | - [ "show_mounts", "0" ] | 55 | - [ "show_mounts", "0" ] |
58 | |||
59 | - name: lxmusic configuration | 56 | - name: lxmusic configuration |
60 | ini_file: | 57 | ini_file: |
61 | path: "$XDG_CONFIG_HOME/lxmusic/config" | 58 | path: "$XDG_CONFIG_HOME/lxmusic/config" |