From 79e25788bd365db18968098d9d5c687dd4f165f7 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Thu, 11 Jul 2019 08:16:40 +0300 Subject: [PATCH] Add note about Sway monitor focus --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Home.md b/Home.md index 2ed2522..279846e 100644 --- a/Home.md +++ b/Home.md @@ -55,6 +55,15 @@ e.g., if we want to have a monitor with \ HDMI1 and a resolution of 1920x output HDMI1 pos 0 0 res 1920x1080 output eDP1 pos 1920 0 res 1600x900 ``` +Take a note that you might want to change focus of monitor on sway launch. Add this to your sway config: +``` +focus output +``` +or +``` +exec swaymsg focus output +``` +so it doesn't trigger on reload. For more details read `man 5 sway` and search for `output`.