Merge pull request #38 from miku86/patch-1

Add troubleshooting for Arch Linux
This commit is contained in:
Tomáš Báča 2020-12-07 10:29:29 +01:00 committed by GitHub
commit 1b98700aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,3 +96,9 @@ No, it only affects the current workspace. However, layouts can be used on anoth
Vim is great for this kind of work. A simple one-liner can do complex edits which would be difficult to program even using, e.g., python. Thanks to this, the layout manager was hacked up in a single day.
## Troubleshooting
* **On Arch Linux, there is no package `libanyevent-i3-perl`, so my saved layout file says `Can't locate AnyEvent/I3.pm in @INC (you may need to install the AnyEvent::I3 module)`**
Install `perl-anyevent-i3` with your package manager. ([Source](https://old.reddit.com/r/archlinux/comments/289g9u/i3_48_introduces_layout_saving_and_restoring/ci8saf0/))