From 9786428e4993c0201c02026c3bad3596659aef1e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 4 May 2024 09:37:02 +0300 Subject: [PATCH] Key : Sway bar on esc, term on t. --- part/Key.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/part/Key.nix b/part/Key.nix index ca9bf0e8..84c30550 100644 --- a/part/Key.nix +++ b/part/Key.nix @@ -102,9 +102,9 @@ }; sway = { - launch.terminal = "Escape"; + launch.terminal = "t"; mod = "Mod4"; - bar = "r"; + bar = "Escape"; notification = { dismiss = "shift+N"; restore = "n";