mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-16 14:08:25 +00:00
Update documentation to contain chmod 755
This address difficulties faced in #191
This commit is contained in:
parent
09003a8304
commit
20b218333a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue