mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
Start fork and create sway config
This commit is contained in:
parent
31c8ca4dbf
commit
a41b16c525
2 changed files with 10 additions and 7 deletions
|
@ -1,10 +1,13 @@
|
|||
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.i3wm.svg)](https://galaxy.ansible.com/ui/standalone/roles/l3d/i3wm/)
|
||||
[![MIT License](https://ansible.l3d.space/svg/l3d.i3wm_license.svg)](LICENSE)
|
||||
[![Maintainance](https://ansible.l3d.space/svg/l3d.i3wm_maintainance.svg)](https://ansible.l3d.space/#l3d.i3wm)
|
||||
|
||||
I3 Window Manager - ansible role
|
||||
SWAY Window Manager - ansible role
|
||||
=========================================
|
||||
|
||||
```
|
||||
WORK IN PROGRESS
|
||||
IGNORE ALL OTHER PART IN README
|
||||
```
|
||||
|
||||
Install and deploy a basic configuration of [I3 Window Manager](https://i3wm.org/) via ansible.<br/>
|
||||
Optionally configure your resolution, which applications will be bound to which screen and what will be included in the autostart.<br/>
|
||||
If you want to use wayland instead of xorg, think about using [sway](https://swaywm.org/) as window manager. The corresponding ansible is located on [github.com/roles-ansible/role-sway](https://github.com/roles-ansible/role-sway.git).
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: i3wm
|
||||
role_name: sway
|
||||
author: l3d
|
||||
description: Install and configure i3wm on common linux distibutions (https://i3wm.org/)
|
||||
description: Install and configure swaywm on common linux distibutions (https://swaywm.org/)
|
||||
license: "MIT"
|
||||
min_ansible_version: '2.13'
|
||||
github_branch: main
|
||||
|
@ -16,9 +16,9 @@ galaxy_info:
|
|||
- name: Fedora
|
||||
versions: ['all']
|
||||
galaxy_tags:
|
||||
- i3wm
|
||||
- sway
|
||||
- desktop
|
||||
- linux
|
||||
- xorg
|
||||
- wayland
|
||||
- linux
|
||||
dependencies: []
|
||||
|
|
Loading…
Reference in a new issue