From 49c0203e7b62e2046e16714cc31208efb824d97c Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 2 May 2024 18:16:46 +0300 Subject: [PATCH] Key : Swap Launch and Status bar. --- part/Key.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/part/Key.nix b/part/Key.nix index cef554c..ca9bf0e 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";