From cbd4a322eb496c45f89cef5159307bdb143d780e Mon Sep 17 00:00:00 2001 From: berezowski Date: Tue, 14 Jan 2025 12:18:31 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index adb5e7b..47d799e 100644 --- a/README.md +++ b/README.md @@ -396,3 +396,18 @@ configuration { } ``` + +#### useful in this context: focusing monitors +```> cat .config/sway/config |grep output``` +``` +bindsym Mod1+Ctrl+m focus output right +bindsym Mod1+Ctrl+m+Shift move workspace to output right + +bindsym Mod1+Ctrl+u focus output up +bindsym Mod1+Ctrl+u+Shift move workspace to output up + +bindsym Mod1+Ctrl+Mod4+h move workspace to output left +bindsym Mod1+Ctrl+Mod4+j move workspace to output down +bindsym Mod1+Ctrl+Mod4+k move workspace to output up +bindsym Mod1+Ctrl+Mod4+l move workspace to output right +```