mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Improve thinkpad config
This commit is contained in:
parent
aad8540486
commit
263d21860d
6 changed files with 14 additions and 5 deletions
|
@ -9,3 +9,7 @@ become_method = sudo
|
||||||
become_user = root
|
become_user = root
|
||||||
become_ask_pass = False
|
become_ask_pass = False
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f26074d4e35caaf161bd941cfd00db87404f64e9
|
Subproject commit 671bacbdf8363e79ff1c9f854b8f627829d8482b
|
|
@ -13,6 +13,7 @@ admins:
|
||||||
i3_packages_extra:
|
i3_packages_extra:
|
||||||
- ranger
|
- ranger
|
||||||
- light
|
- light
|
||||||
|
- pass
|
||||||
|
|
||||||
i3_keybindings_extra:
|
i3_keybindings_extra:
|
||||||
- keybinding:
|
- keybinding:
|
||||||
|
@ -57,8 +58,12 @@ i3_applications:
|
||||||
workspace: 9
|
workspace: 9
|
||||||
on_startup: true
|
on_startup: true
|
||||||
|
|
||||||
|
i3_run_on_startup:
|
||||||
|
- nextcloud
|
||||||
|
|
||||||
|
|
||||||
i3:
|
i3:
|
||||||
font_size: 12
|
font_size: 11
|
||||||
focus_follows_mouse: true
|
focus_follows_mouse: true
|
||||||
|
|
||||||
i3_desktop_env:
|
i3_desktop_env:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f8e806d865b1b955981f1851f446327c84094510
|
Subproject commit 731bd58d156a2f0c329eea9b0fca616e100dda62
|
|
@ -1 +1 @@
|
||||||
Subproject commit 57475b7eadf661e5047f853c3f1d9176f8a53e0b
|
Subproject commit d742d98b5826652b951a765b685f88ab8ef6fafb
|
|
@ -1 +1 @@
|
||||||
Subproject commit 89f3aa664fedf7f784b50456abd037cc9680ac37
|
Subproject commit 3cc4a0e62c4d0fb052d2a0f0361f626a1b4c3d9a
|
Loading…
Reference in a new issue