csp-fix
: Workaround for Clip Studio Paint's dodgy tablet handling.
This repo uses hyprpm
, Hyprland's plugin manager.
See the Hyprland wiki for more information about plugins: https://wiki.hypr.land/Plugins/Using-Plugins/.
First run:
hyprpm update
Then add this repository:
hyprpm add https://github.com/darkcreepy59/hyprland-plugins
Then enable the plugins you want with
hyprpm enable <plugin-name>
For example: hyprpm enable csp-fix
to enable csp-fix
.
The plugins need to be loaded into Hyprland with
hyprpm reload
If you want to load the plugins at startup, you can add exec-once = hyprpm reload -nn
into your config. (the -nn
flags spawns a notification on error. See hyprpm --help
for more info)