From f7d5f086761fe905ab01d61bc53812bc12c1b87d Mon Sep 17 00:00:00 2001 From: Abdul Hafiz Muhammad Date: Wed, 15 Nov 2023 16:49:15 -0500 Subject: [PATCH] Fixed a typo. --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7f9fe93..fd7e223 100644 --- a/Home.md +++ b/Home.md @@ -490,7 +490,7 @@ bindsym $mod+t mode $mode_switch_window ### 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+` 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): +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