From afd407bbbd7fe5b41b7ce6b45f347a139e6f6b76 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 3 May 2024 17:21:58 +0300 Subject: [PATCH] Key : Swap launch and bar. --- part/Key.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/part/Key.nix b/part/Key.nix index cef554c1..ca9bf0e8 100644 --- a/part/Key.nix +++ b/part/Key.nix @@ -37,7 +37,7 @@ seek = "C"; wait = "z"; exit = "Z"; - launch = "r"; + launch = "space"; repeat = "."; }; @@ -104,7 +104,7 @@ sway = { launch.terminal = "Escape"; mod = "Mod4"; - bar = "space"; + bar = "r"; notification = { dismiss = "shift+N"; restore = "n";