mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +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
|
||||
```
|
||||
|
||||
## 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
|
||||
|
||||
## Basic
|
||||
|
|
Loading…
Reference in a new issue