mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention wsbind
This commit is contained in:
parent
0185ee23c8
commit
a17145f5c3
1 changed files with 13 additions and 0 deletions
|
@ -119,6 +119,19 @@ WL_OUTPUT_TRANSFORM_FLIPPED_180 = 6
|
||||||
WL_OUTPUT_TRANSFORM_FLIPPED_270 = 7
|
WL_OUTPUT_TRANSFORM_FLIPPED_270 = 7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
# Binds
|
# Binds
|
||||||
|
|
||||||
## Basic
|
## Basic
|
||||||
|
|
Loading…
Reference in a new issue