Add a keybind to clear the keyboard to avoid me copying spaces
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 6c00cd9..f6c02f3 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -89,6 +89,7 @@
                 "${modifier}+XF86MonBrightnessDown" = "exec light -U 6 && light -G | cut -d'.' -f1 > $WOBSOCK";
                 "${modifier}+Shift+s" = "exec grim -g \"$(slurp)\" - | tee ~/Screenshots/\"$(date --rfc-3339=seconds)\".png | wl-copy";
                 "${modifier}+g" = "sticky toggle";
+                "${modifier}+k" = "exec wl-copy -c";
                 "${modifier}+minus" = "exec ${./sway/show-menu.sh}";
                 "Print" = "exec grim - | tee ~/Screenshots/\"$(date --rfc-3339=seconds)\".png | wl-copy";
                 "${modifier}+Print" = "exec ${./sway/toggle-backlight.sh}";