From 6b98725090590ae748acf5ff51f85eb679d7f44c Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 3 Nov 2023 12:55:05 +0100 Subject: [PATCH] sway: workspaceAutoBackAndForth --- modules/desktop/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index fe5b8d3..85745b9 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -82,6 +82,7 @@ # Don't automatically move the mouse cursor when switching outputs mouseWarping = false; }; + workspaceAutoBackAndForth = true; gaps = { # Disable borders on workspaces with a single container smartBorders = "no_gaps";