From 2bad479da5309940c6a7330d6446c521398f01c5 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sat, 3 May 2025 21:59:14 +0200 Subject: [PATCH] Don't try to write with bemoji,it fails in vscode and electron apps (see https://github.com/hyprwm/Hyprland/issues/6647) --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 11478d2..5c76c47 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -140,7 +140,7 @@ "$mainMod SHIFT, F, fullscreen, 1" "$mainMod, Space, togglefloating," "$mainMod, D, exec, fuzzel" - "$mainMod SHIFT, E, exec, bemoji -t" + "$mainMod SHIFT, E, exec, bemoji -n" "$mainMod, M, exec, element-desktop" "$mainMod, Y, exec, kitty spotify_player" "$mainMod, Escape, exec, loginctl lock-session"