From 8ece548e5dc7eafbaa4fc61a8c0067fd45c592b0 Mon Sep 17 00:00:00 2001
From: Dmitry Voronin <hi@voronind.com>
Date: Tue, 21 Jan 2025 11:49:58 +0300
Subject: [PATCH] Keyd: Swap mute and output cycle keys.

---
 config/Keyd.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/Keyd.nix b/config/Keyd.nix
index 903ac3b..40333ee 100644
--- a/config/Keyd.nix
+++ b/config/Keyd.nix
@@ -62,8 +62,8 @@ in
             space = "playpause";
             z = "micmute";
             x = "stopcd";
-            c = "ejectcd"; # Toggle audio output.
-            v = "mute";
+            c = "mute";
+            v = "ejectcd"; # Toggle audio output.
 
             # Reset keys.
             backspace = "backspace";