From d76325df151bde52320097e3272cf8851d168c48 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 17 Aug 2024 00:19:31 +0200 Subject: [PATCH] fix: dwl start scripts executable mode --- home/dotfiles/{dwl => session-scripts}/start-dwl | 0 home/dotfiles/{dwl => session-scripts}/start-dwl-internal | 2 +- home/dotfiles/{dwl => session-scripts}/wlopm-all-screens | 0 home/home-configuration.scm | 4 +--- 4 files changed, 2 insertions(+), 4 deletions(-) rename home/dotfiles/{dwl => session-scripts}/start-dwl (100%) rename home/dotfiles/{dwl => session-scripts}/start-dwl-internal (96%) rename home/dotfiles/{dwl => session-scripts}/wlopm-all-screens (100%) diff --git a/home/dotfiles/dwl/start-dwl b/home/dotfiles/session-scripts/start-dwl similarity index 100% rename from home/dotfiles/dwl/start-dwl rename to home/dotfiles/session-scripts/start-dwl diff --git a/home/dotfiles/dwl/start-dwl-internal b/home/dotfiles/session-scripts/start-dwl-internal similarity index 96% rename from home/dotfiles/dwl/start-dwl-internal rename to home/dotfiles/session-scripts/start-dwl-internal index ff4dce6..44f5f70 100755 --- a/home/dotfiles/dwl/start-dwl-internal +++ b/home/dotfiles/session-scripts/start-dwl-internal @@ -23,4 +23,4 @@ swayidle -w \ resume 'makoctl mode -r idle' \ \ before-sleep 'swaylock -Ff' \ - lock 'swaylock -Ff' & \ No newline at end of file + lock 'swaylock -Ff' & diff --git a/home/dotfiles/dwl/wlopm-all-screens b/home/dotfiles/session-scripts/wlopm-all-screens similarity index 100% rename from home/dotfiles/dwl/wlopm-all-screens rename to home/dotfiles/session-scripts/wlopm-all-screens diff --git a/home/home-configuration.scm b/home/home-configuration.scm index bc624a1..ebdc939 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -120,9 +120,7 @@ ;; Temporary until I figure out how to write those in Guile, ;; and put services into shepherd ones - (".sessions/start-dwl" ,(local-file "dotfiles/dwl/start-dwl")) - (".sessions/start-dwl-internal" ,(local-file "dotfiles/dwl/start-dwl-internal")) - (".sessions/wlopm-all-screens" ,(local-file "dotfiles/dwl/wlopm-all-screens")) + (".sessions" ,(local-file "dotfiles/session-scripts" #:recursive? #t)) (".config/dwl/scripts/print.sh" ,(local-file "dotfiles/dwl/print.sh")) -- 2.48.1