also install i3 on os3 desktop
This commit is contained in:
parent
d342dc674f
commit
61b7b05944
3 changed files with 2 additions and 10 deletions
|
@ -3,6 +3,8 @@
|
||||||
roles:
|
roles:
|
||||||
- role: system
|
- role: system
|
||||||
tags: [system]
|
tags: [system]
|
||||||
|
- role: i3
|
||||||
|
tags: [i3]
|
||||||
- role: bash
|
- role: bash
|
||||||
tags: [bash]
|
tags: [bash]
|
||||||
- role: alacritty
|
- role: alacritty
|
||||||
|
|
|
@ -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
|
|
|
@ -19,11 +19,6 @@
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||||
dest: ~/.gitconfig
|
dest: ~/.gitconfig
|
||||||
- name: Copy Xresources
|
|
||||||
copy:
|
|
||||||
src: "{{ role_path }}/files/Xresources"
|
|
||||||
dest: ~/.config/regolith2/Xresources
|
|
||||||
when: ansible_distribution == "Ubuntu"
|
|
||||||
- name: Create keepassxc config directory
|
- name: Create keepassxc config directory
|
||||||
file:
|
file:
|
||||||
path: ~/.config/keepassxc
|
path: ~/.config/keepassxc
|
||||||
|
|
Reference in a new issue