From e0f720c9f240f8649e8a13195fdc48d4568f2ed7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 26 Jan 2025 13:53:25 +0300 Subject: [PATCH] Foot: Open with O. --- home/file/foot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/foot/default.nix b/home/file/foot/default.nix index ea1cd6c..e439713 100644 --- a/home/file/foot/default.nix +++ b/home/file/foot/default.nix @@ -26,7 +26,7 @@ in mod = "Mod1"; in { - show-urls-launch = "${mod}+o"; + show-urls-launch = "${mod}+O"; clipboard-paste = "Control+Shift+v XF86Paste ${mod}+P"; clipboard-copy = "Control+Shift+c XF86Copy ${mod}+Y"; };