1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00

Start fork and create sway config

This commit is contained in:
L3D 2024-07-16 21:35:20 +02:00
parent 31c8ca4dbf
commit a41b16c525
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 10 additions and 7 deletions

View file

@ -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).

View file

@ -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: []