mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
mention wsbind
This commit is contained in:
parent
c805e0da68
commit
7cdbd37028
1 changed files with 14 additions and 1 deletions
|
@ -178,3 +178,16 @@ workspace = DP-2, name:work
|
||||||
|
|
||||||
Please remember only one default workspace can be created per monitor, subsequent sets for
|
Please remember only one default workspace can be created per monitor, subsequent sets for
|
||||||
the same monitor will overwrite the previous.
|
the same monitor will overwrite the previous.
|
||||||
|
|
||||||
|
## Binding workspaces to a monitor
|
||||||
|
A workspace can be bound to a monitor, meaning by default it will ALWAYS open
|
||||||
|
on the selected monitor. You can do this with
|
||||||
|
```
|
||||||
|
wsbind=WORKSPACE,MONITOR
|
||||||
|
```
|
||||||
|
|
||||||
|
for example:
|
||||||
|
```
|
||||||
|
wsbind=5,DP-1
|
||||||
|
wsbind=name:secret,DP-2
|
||||||
|
```
|
Loading…
Reference in a new issue