1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/group_vars/thinkpad.yml
2023-08-01 18:59:41 +02:00

43 lines
842 B
YAML

---
# legacy, maybe used
# some ssh role parameters
home_sweet_home: false
install_keychain: true
# i3wm config:
enable_lock_after_time: true
i3_packages_extra:
- ranger
- light
- pass
- gnome
- asciinema
- mtr
- evince
- speedtest-cli
i3_font_size: 13
i3_focus_follows_mouse: true
i3_desktop_background: "/home/{{ user }}/.config/background.png"
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
install_and_enable_cronie: true
# enable xtra aliases in basrc
git_pull_alias: true
git_typo_alias: true
# debug f00
print_os_vars: true
install_pass_as_password_manager: true
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
temporarily_disable_screensaver: false
modify_lightdm: false
# ingore warning temporarily
warn_if_role_pulseaudio_is_not_tested_well: false