From 0f6f89fb181dc82c289d5e54bd9d9b2d951a8daa Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 31 Jul 2025 16:22:05 +0200 Subject: [PATCH] talos: home: set workspace auto back and forth --- hosts/talos/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index c45d465..824c3c1 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -101,6 +101,7 @@ in { }; bars = []; + workspaceAutoBackAndForth = true; bindkeysToCode = true; keybindings = mkOptionDefault { "Mod4+Shift+a" = "exec shikanectl reload";