mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Fixed a typo.
parent
617cdf10d2
commit
f7d5f08676
2
Home.md
2
Home.md
@ -490,7 +490,7 @@ bindsym $mod+t mode $mode_switch_window
|
|||||||
|
|
||||||
### Move workspace to current output when switching
|
### Move workspace to current output when switching
|
||||||
|
|
||||||
If you want your workspace to me moved to the current output when you switch to it using `$mod+<number>` instead of you being refocused to a different output where the workspace is currently bound, replace your `bindsym $mod+<number>` lines in your configuration with this (for each `<number>` of course):
|
If you want your workspace to be moved to the current output when you switch to it using `$mod+<number>` instead of you being refocused to a different output where the workspace is currently bound, replace your `bindsym $mod+<number>` lines in your configuration with this (for each `<number>` of course):
|
||||||
|
|
||||||
```
|
```
|
||||||
bindsym $mod+1 [workspace="1"] move workspace to output current; workspace number 1
|
bindsym $mod+1 [workspace="1"] move workspace to output current; workspace number 1
|
||||||
|
Loading…
Reference in New Issue
Block a user