From a41b16c5259f8ca753160a78b725b335bcda107e Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 16 Jul 2024 21:35:20 +0200 Subject: [PATCH] Start fork and create sway config --- README.md | 9 ++++++--- meta/main.yml | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6170da..d714adf 100644 --- a/README.md +++ b/README.md @@ -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.
Optionally configure your resolution, which applications will be bound to which screen and what will be included in the autostart.
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). diff --git a/meta/main.yml b/meta/main.yml index c23216d..8eb82ad 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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: []