Fix readme and hyprload.toml

This commit is contained in:
outfoxxed 2023-04-19 03:07:05 -07:00
parent 74f0577a69
commit 3f6df74a4a
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 6 additions and 4 deletions

View file

@ -22,6 +22,8 @@ When reporting bugs, please include:
If you don't know how to reproduce it or can't, or you can't take a backtrace please still report the issue.
## Configuration
Set your `general:layout` to `hy3` in hyprland.conf.
hy3 requires using a few custom dispatchers for normal operation.
In your hyprland config replace the following dispatchers:
- `movefocus` -> `hy3:movefocus`
@ -46,7 +48,7 @@ Add an entry to your hyprload.toml like so:
```toml
plugins = [
# ...
"outfoxxed/hy3"
"outfoxxed/hy3",
# ...
]
```

View file

@ -6,7 +6,7 @@ author = "outfoxxed"
[hy3.build]
output = "build/libhy3.so"
steps = [
"rm -rf build"
"cmake -DCMAKE_BUILD_TYPE=Debug -B build"
"rm -rf build",
"cmake -DCMAKE_BUILD_TYPE=Debug -B build",
"cmake --build build"
]
]