From 725d9a3f38703db4e0a1a300a33d7b3dfe43cf14 Mon Sep 17 00:00:00 2001 From: Colleague Riley <50218871+ColleagueRiley@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:44:21 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 71f0ffc..4584102 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ To install them use the following ```bash # Install on arch -pacman -Syu xorg-server-xephyr -pacman -Syu awesome +pacman -Syu # update packages +pacman -S xorg-server-xephyr +pacman -S awesome # or if you are on tos (or have the tos repo's) -pacman -Syu awesome-tos +pacman -S awesome-tos ``` ## Usage example @@ -65,18 +66,18 @@ Help menu Set the screen resolution of the window ```bash -./launch -r 1920x1080 -./launch --resolution 1920x1080 +./wm-launch -r 1920x1080 +./wm-launch --resolution 1920x1080 ``` Set the display to use ``` -./launch.sh -d :1 -./launch.sh --display :1 +./wm-launch -d :1 +./wm-launch --display :1 # or another display -./launch.sh -d :2 -./launch.sh --display :2 +./wm-launch -d :2 +./wm-launch --display :2 ``` > only use the display setting if your script isn't being launched From 856da3431065304a6ef87c01eee82d947d1a6a27 Mon Sep 17 00:00:00 2001 From: Colleague Riley <50218871+ColleagueRiley@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:46:42 -0400 Subject: [PATCH 2/2] fixed minor errors, added chmod --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4584102..ade26a1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ pacman -S awesome pacman -S awesome-tos ``` +give the script perm to execute +```bash +chmod +x wm-launch +``` + ## Usage example Here is a short and easy list of commands you can use with this script. @@ -58,9 +63,9 @@ Here is a short and easy list of commands you can use with this script. Help menu ```bash -./launch.sh -h +./wm-launch -h # or -./launch.sh --help +./wm-launch --help ``` Set the screen resolution of the window