openbox-archlinux
openbox-archlinux
Install and configure OpenBox window manager on ArchLinux. Configure theme, wallpaper, menu, and optimize for best performance.
Requirements
Ansible, internet connection, a user account on the host target. Because this playbook puts files in the user home folder, it as advised to use the same account as you would normally use with your desktop to run with Ansible.
Ansible 2.4 is required to manipulate XML documents. To install it:
$ sudo CFLAGS=-Qunused-arguments CPPFLAGS=-Qunused-arguments pip install git+https://github.com/ansible/[email protected]
Role Variables
launchers
: list of apps to put in the dockdock_hide_mode
: If 0, the dock won't hide. If 1, the dock intelligently hides. If 2, the dock auto-hides. If 3, the dock dodges active maximized windows. If 4, the dock dodges every window.dock_icon_size
: The size of dock icons (in pixels) in the dockdock_position
: The position for the dock on the monitor. If 0, left. If 1, right. If 2, top. If 3, bottom.dock_theme
: The name of the dock's theme to useopenbox_config
: key value pairs of OpenBox settings
Dependencies
Needs Python
Example Playbook
To install Openbox windows manager, add the following in your playbook:
- hosts: servers
roles:
- { role: quocvu.openbox-archlinux }
License
MIT
Author Information
Quoc Vu
About
Install and configure OpenBox window manager on ArchLinux. Configure theme, wallpaper, menu, and optimize for best performance.
Install
ansible-galaxy install quocvu/openbox-archlinux-ansible
License
mit
Downloads
39
Owner