From 539f8605edd72371cf9f25f504ea22eb600f8197 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 2 May 2024 22:06:31 +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 ca9bf0e8..cef554c1 100644 --- a/part/Key.nix +++ b/part/Key.nix @@ -37,7 +37,7 @@ seek = "C"; wait = "z"; exit = "Z"; - launch = "space"; + launch = "r"; repeat = "."; }; @@ -104,7 +104,7 @@ sway = { launch.terminal = "Escape"; mod = "Mod4"; - bar = "r"; + bar = "space"; notification = { dismiss = "shift+N"; restore = "n";