From 6e4630d5ee9808a97c788c39ba4801ae4a6e0fc5 Mon Sep 17 00:00:00 2001 From: yourfriendoss <81387799+yourfriendoss@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:55:22 +0300 Subject: [PATCH] fix lemurs --- play.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/play.yml b/play.yml index 1dc784b..b23a4bc 100644 --- a/play.yml +++ b/play.yml @@ -91,7 +91,7 @@ use: yay become: yes become_user: yf - + - name: Run stow ansible.builtin.shell: "stow . --target=/home/yf/ --verbose=2" args: @@ -165,12 +165,21 @@ enabled: true become: yes - - name: Creates getty autologin service folder + - name: Create lemurs wayland dir ansible.builtin.file: path: /etc/lemurs/wayland/ state: directory become: yes + - name: Create auto hyprland login + ansible.builtin.file: + path: /etc/lemurs/wayland/hyprland + state: touch + modification_time: preserve + access_time: preserve + mode: a+x + become: yes + - name: Write auto-hyprland login ansible.builtin.blockinfile: path: /etc/lemurs/wayland/hyprland @@ -178,3 +187,4 @@ #! /bin/sh exec Hyprland become: yes +