mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update i3wm
This commit is contained in:
parent
6aee36606e
commit
1441eb59f1
5 changed files with 11 additions and 3 deletions
|
@ -18,7 +18,7 @@ i3_packages_extra:
|
|||
- evince
|
||||
- speedtest-cli
|
||||
|
||||
i3_font_size: 11
|
||||
i3_font_size: 13
|
||||
i3_focus_follows_mouse: true
|
||||
|
||||
i3_desktop_background: "/home/{{ user }}/.config/background.png"
|
||||
|
|
7
host_vars/daringdoo.local.yml
Normal file
7
host_vars/daringdoo.local.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# l3d.i3wm
|
||||
i3wm_user_list:
|
||||
- user: "l3d"
|
||||
home: "/home/l3d"
|
||||
- user: "lilian"
|
||||
home: "/home/lilian"
|
|
@ -1 +1 @@
|
|||
Subproject commit b47b7e2c416be05bbe0b33c099b529ebcb199f1f
|
||||
Subproject commit abf94600b22977fcba30ac83f417bc5a2d22e8ff
|
|
@ -1 +1 @@
|
|||
Subproject commit aa14284301b5a24cd4e0e1ed6ef95d62c7c567db
|
||||
Subproject commit 5666c1af2323de82ed17449953162d7727c696fe
|
1
site.yml
1
site.yml
|
@ -14,6 +14,7 @@
|
|||
- {role: l3d.avahi.daemon, tags: avahi}
|
||||
- {role: gantsign.bat, tags: bat}
|
||||
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
|
||||
# - name: user specific setup
|
||||
# hosts: private
|
||||
|
|
Loading…
Reference in a new issue