From 494542899d753066cf451641ee84535b51cd92d8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 01:25:37 +0200 Subject: [PATCH] home: i3: use option for ws back&forth --- home/x/i3.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/x/i3.nix b/home/x/i3.nix index 33a9166..c5f40ec 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -61,6 +61,8 @@ in mouseWarping = true; }; + workspaceAutoBackAndForth = true; + fonts = [ "DejaVu Sans Mono 8" ]; @@ -110,10 +112,6 @@ in ]; }; }; - - extraConfig = '' - workspace_auto_back_and_forth yes - ''; }; }; }