From 28e08c817ef700768f0795c2767f2a9c78b409b5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 21 Apr 2021 10:47:01 +0200 Subject: [PATCH] home: i3: enable workspace auto back&forth --- home/x/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index 8930ea3..6ff8e37 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -114,6 +114,7 @@ in # FIXME: integrate in config when it doesn't use deprecated new_window extraConfig = '' default_border pixel + workspace_auto_back_and_forth yes ''; }; };