From 9514b8b0971f3b9047f3bce77d72641cdda7c85d Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Tue, 14 Jul 2020 00:06:23 +0200 Subject: [PATCH] sway: Add focus wrapping to config (was already set implicitly) --- home-profiles/desktop/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config index da295f7..4164af5 100644 --- a/home-profiles/desktop/.config/sway/config +++ b/home-profiles/desktop/.config/sway/config @@ -87,6 +87,8 @@ smart_gaps off # The window under the cursor will always be focused, even after switching between workspaces. focus_follows_mouse always +focus_wrapping yes + #for_window [class="Chromium"] border none #for_window [class="Code"] border none -- GitLab