Skip to content

Commit bb3a77a

Browse files
committed
workspace
1 parent 6293385 commit bb3a77a

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

data/doc/4.widgets/3.hypr-workspace.md data/doc/4.widgets/3.workspace.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Hyprland Workspace
1+
# Workspace
22

3-
[Hyprland workspace](https://wiki.hyprland.org/Configuring/Dispatchers/#workspaces) IPC based on [`hyprland-rs`](https://github.com/hyprland-community/hyprland-rs).
3+
- Hyprland: [`hyprland-rs`](https://github.com/hyprland-community/hyprland-rs).
4+
- Niri: [niri_ipc](https://docs.rs/niri-ipc/latest/niri_ipc/)
45

56
```json
67
{
@@ -99,3 +100,20 @@ left -> right
99100
top -> bottom
100101

101102
`bool`
103+
104+
## `output_name`
105+
106+
your monitor name.
107+
108+
Example: "eDP-1"
109+
110+
`string`
111+
112+
## `preset`
113+
114+
Enum:
115+
116+
- "niri"
117+
- "hyprland"
118+
119+
`string`

0 commit comments

Comments
 (0)