1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_xrandr_help.git synced 2024-08-16 10:09:52 +02:00
Ansible role to install xrandr/arandr (need eg. for i3wm)
Find a file
2021-03-16 22:26:46 +01:00
.github update role and manage basic actions 2021-03-16 21:16:27 +01:00
defaults Implement version controll 2019-05-17 10:50:48 +02:00
meta update role and manage basic actions 2021-03-16 21:16:27 +01:00
tasks update to new ansible naming scheme 2021-03-16 20:33:27 +01:00
vars update role and manage basic actions 2021-03-16 21:16:27 +01:00
.gitignore update role and manage basic actions 2021-03-16 21:16:27 +01:00
.yamllint update to new ansible naming scheme 2021-03-16 20:33:27 +01:00
LICENSE versionsf00 2019-10-22 22:27:44 +02:00
README.md update role and manage basic actions 2021-03-16 21:16:27 +01:00

Ansible Galaxy MIT License

ansible_role_xrandr_help

Get it directly from Ansible Galaxy

$ ansible-galaxy install do1jlr.xrandr_help

Information

Ansible role to install xrandr to controll your monitor setup.

This is realy helpful, if you are using a display manager (eg. i3wm) that comes without a dedicated display control center (like gnome).

Default variables:

# do you want a graphical display contol panel like arandr
install_graphical_application: true

# do you want autorandr have installed? 
install_autorandr_application: true

# version management to prevent old playbooks
submodules_versioncheck: true

Attention:

This playbook is only tested on archlinux. Package names on other OSes may be different.