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_xrandr_help/README.md

34 lines
938 B
Markdown
Raw Normal View History

2019-04-26 10:55:13 +02:00
xrandr - Ansible role
==========================
2019-06-11 16:23:03 +02:00
<a href="https://galaxy.ansible.com/do1jlr/xrandr_help"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
2019-06-11 13:49:05 +02:00
### Get it directly from Ansible Galaxy
```bash
2019-06-11 16:23:03 +02:00
$ ansible-galaxy install do1jlr.xrandr_help
2019-06-11 13:49:05 +02:00
```
Information
-----------------
2019-04-26 10:55:13 +02:00
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:
-----------------
```ini
# do you want a graphical display contol panel like arandr
install_graphical_application: true
# do you want autorandr have installed?
install_autorandr_application: true
2019-05-17 10:56:14 +02:00
# version management to prevent old playbooks
submodules_versioncheck: true
2019-04-26 10:55:13 +02:00
```
Attention:
-------------
This playbook is only tested on archlinux. Package names on other OSes may be different.