Add reminder to re-compile plugins after updating Hyprland. (#285)

This commit is contained in:
Guanran928 2023-08-03 18:59:46 +08:00 committed by GitHub
parent 83b394378f
commit 28883041b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ Copy it wherever you please to keep it organized and load with `hyprctl plugin l
Oops. Make sure your plugin is compiled on the same machine as Hyprland. If that doesn't help, Oops. Make sure your plugin is compiled on the same machine as Hyprland. If that doesn't help,
ask the plugin's maintainer to fix it. ask the plugin's maintainer to fix it.
### My plugin no longer works after updating Hyprland!
Make sure to re-compile the plugin after each Hyprland update.
Every hyprland version change (even from one commit to another) requires plugins to be re-compiled.
### How do I list my loaded plugins? ### How do I list my loaded plugins?
`hyprctl plugin list` `hyprctl plugin list`