mirror of
https://github.com/Trensa-Organization/split-monitor-workspaces.git
synced 2025-03-16 03:33:38 +01:00
Update readme
This commit is contained in:
parent
2d7aec996b
commit
feb6ab9a49
2 changed files with 8 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ $(PLUGIN_NAME).so: $(SOURCE_FILES) $(INCLUDE_FILES)
|
||||||
g++ -shared -fPIC --no-gnu-unique $(SOURCE_FILES) -o $(PLUGIN_NAME).so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -Iinclude -std=c++23
|
g++ -shared -fPIC --no-gnu-unique $(SOURCE_FILES) -o $(PLUGIN_NAME).so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -Iinclude -std=c++23
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm ./examplePlugin.so
|
rm -f ./$(PLUGIN_NAME).so
|
||||||
|
|
||||||
clangd:
|
clangd:
|
||||||
printf "%b" "-I/usr/include/pixman-1\n-I/usr/include/libdrm\n-I${HYPRLAND_HEADERS}\n-Iinclude\n-std=c++2b" > compile_flags.txt
|
printf "%b" "-I/usr/include/pixman-1\n-I/usr/include/libdrm\n-I${HYPRLAND_HEADERS}\n-Iinclude\n-std=c++2b" > compile_flags.txt
|
||||||
|
|
11
README.md
11
README.md
|
@ -8,10 +8,13 @@ This ensures the compiler version is the same between the Hyprland build you're
|
||||||
The guide on compiling and installing Hyprland manually is on the [wiki](http://wiki.hyprland.org/Getting-Started/Installation/#manual-manual-build)
|
The guide on compiling and installing Hyprland manually is on the [wiki](http://wiki.hyprland.org/Getting-Started/Installation/#manual-manual-build)
|
||||||
|
|
||||||
## Using [hyprload](https://github.com/Duckonaut/hyprload)
|
## Using [hyprload](https://github.com/Duckonaut/hyprload)
|
||||||
1. Export the `HYPRLAND_HEADERS` variable to point to the root directory of the Hyprland repo
|
Add the line `"Duckonaut/split-monitor-workspaces",` to your `hyprload.toml` config, like this
|
||||||
- `export HYPRLAND_HEADERS="$HOME/repos/Hyprland"`
|
```toml
|
||||||
2. Install
|
plugins = [
|
||||||
- `make install`
|
"Duckonaut/split-monitor-workspaces",
|
||||||
|
]
|
||||||
|
```
|
||||||
|
Then update via the `hyprload,update` dispatcher
|
||||||
|
|
||||||
## Manual installation
|
## Manual installation
|
||||||
1. Export the `HYPRLAND_HEADERS` variable to point to the root directory of the Hyprland repo
|
1. Export the `HYPRLAND_HEADERS` variable to point to the root directory of the Hyprland repo
|
||||||
|
|
Loading…
Add table
Reference in a new issue