From 20b218333a538894c11facd0879e12c36fce50f4 Mon Sep 17 00:00:00 2001 From: Gijs Burghoorn Date: Mon, 22 Jan 2024 12:26:12 +0100 Subject: [PATCH] Update documentation to contain chmod 755 This address difficulties faced in #191 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c87a30..0854718 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ sxhkd & exec bspwm ``` -Remember to make this script runnable. This is done with the `chmod +x +Remember to make this script runnable. This is done with the `sudo chmod 755 /etc/lemurs/wms/bspwm` command. Upon rebooting your new `bspwm` should show up within Lemurs. @@ -93,7 +93,7 @@ and added yourself to the `seat` group. exec sway ``` -Remember to make this script runnable. This is done with the `chmod +x +Remember to make this script runnable. This is done with the `sudo chmod 755 /etc/lemurs/wayland/sway` command. Upon rebooting your new `sway` should show up within Lemurs.