Skip to content

Commit

Permalink
Update documentation to contain chmod 755
Browse files Browse the repository at this point in the history
This address difficulties faced in #191
  • Loading branch information
coastalwhite committed Jan 22, 2024
1 parent 09003a8 commit 20b2183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 20b2183

Please sign in to comment.