From 61b7b05944d1d3d7e567230580f0abd07158b382 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 20 Feb 2023 23:29:17 +0100 Subject: [PATCH] also install i3 on os3 desktop --- playbooks/os3.yml | 2 ++ roles/system/files/Xresources | 5 ----- roles/system/tasks/main.yml | 5 ----- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 roles/system/files/Xresources diff --git a/playbooks/os3.yml b/playbooks/os3.yml index 69068c9..91f0a2a 100644 --- a/playbooks/os3.yml +++ b/playbooks/os3.yml @@ -3,6 +3,8 @@ roles: - role: system tags: [system] + - role: i3 + tags: [i3] - role: bash tags: [bash] - role: alacritty diff --git a/roles/system/files/Xresources b/roles/system/files/Xresources deleted file mode 100644 index 7c3ddfb..0000000 --- a/roles/system/files/Xresources +++ /dev/null @@ -1,5 +0,0 @@ -i3-wm.binding.split_h: c -i3-wm.binding.launcher.app: d - -i3-wm.binding.display: F1 -i3-wm.binding.settings: F2 diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index 12d99ad..16ba0d6 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -19,11 +19,6 @@ template: src: "{{ role_path }}/templates/.gitconfig.j2" dest: ~/.gitconfig -- name: Copy Xresources - copy: - src: "{{ role_path }}/files/Xresources" - dest: ~/.config/regolith2/Xresources - when: ansible_distribution == "Ubuntu" - name: Create keepassxc config directory file: path: ~/.config/keepassxc