diff --git a/Home.md b/Home.md index fd7e223..7c80ffe 100644 --- a/Home.md +++ b/Home.md @@ -493,7 +493,7 @@ bindsym $mod+t mode $mode_switch_window If you want your workspace to be moved to the current output when you switch to it using `$mod+` instead of you being refocused to a different output where the workspace is currently bound, replace your `bindsym $mod+` lines in your configuration with this (for each `` 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 ``` ### Move all workspace windows