mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
4K optimisation
This commit is contained in:
parent
04355a77b7
commit
9552da8018
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# some ssh role parameters
|
# some ssh role parameters
|
||||||
home_sweet_home: false
|
home_sweet_home: false
|
||||||
install_keychain: true
|
install_keychain: true
|
||||||
|
|
||||||
# i3wm config:
|
# i3wm config:
|
||||||
enable_lock_after_time: true
|
enable_lock_after_time: true
|
||||||
|
|
||||||
|
|
|
@ -25,3 +25,6 @@ copy_to_user: "{{ akku_user }}"
|
||||||
|
|
||||||
wine_user: "{{ akku_user }}"
|
wine_user: "{{ akku_user }}"
|
||||||
wine_user_home: "/home/{{ akku_user }}"
|
wine_user_home: "/home/{{ akku_user }}"
|
||||||
|
|
||||||
|
# overrite for 4K screen
|
||||||
|
i3_font_size: 16
|
||||||
|
|
Loading…
Reference in a new issue