Update documentation to contain chmod 755

This address difficulties faced in #191
This commit is contained in:
Gijs Burghoorn 2024-01-22 12:26:12 +01:00 committed by GitHub
parent 09003a8304
commit 20b218333a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.