mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
Fix readme and hyprload.toml
This commit is contained in:
parent
74f0577a69
commit
3f6df74a4a
2 changed files with 6 additions and 4 deletions
|
@ -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.
|
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
|
## Configuration
|
||||||
|
Set your `general:layout` to `hy3` in hyprland.conf.
|
||||||
|
|
||||||
hy3 requires using a few custom dispatchers for normal operation.
|
hy3 requires using a few custom dispatchers for normal operation.
|
||||||
In your hyprland config replace the following dispatchers:
|
In your hyprland config replace the following dispatchers:
|
||||||
- `movefocus` -> `hy3:movefocus`
|
- `movefocus` -> `hy3:movefocus`
|
||||||
|
@ -46,7 +48,7 @@ Add an entry to your hyprload.toml like so:
|
||||||
```toml
|
```toml
|
||||||
plugins = [
|
plugins = [
|
||||||
# ...
|
# ...
|
||||||
"outfoxxed/hy3"
|
"outfoxxed/hy3",
|
||||||
# ...
|
# ...
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
|
@ -6,7 +6,7 @@ author = "outfoxxed"
|
||||||
[hy3.build]
|
[hy3.build]
|
||||||
output = "build/libhy3.so"
|
output = "build/libhy3.so"
|
||||||
steps = [
|
steps = [
|
||||||
"rm -rf build"
|
"rm -rf build",
|
||||||
"cmake -DCMAKE_BUILD_TYPE=Debug -B build"
|
"cmake -DCMAKE_BUILD_TYPE=Debug -B build",
|
||||||
"cmake --build build"
|
"cmake --build build"
|
||||||
]
|
]
|
Loading…
Add table
Reference in a new issue