From a5fb20251ffda75b65542970e5fc403d759186fb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 Dec 2025 11:12:17 +0100 Subject: ... --- accounts/gkleen@sif/niri.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/niri.nix b/accounts/gkleen@sif/niri.nix index 7ec6cec5..d676f613 100644 --- a/accounts/gkleen@sif/niri.nix +++ b/accounts/gkleen@sif/niri.nix @@ -824,15 +824,15 @@ in { ''; }; in spawn (lib.getExe' qalcKitty "kitty"); - "Mod+E".action = spawn (lib.getExe (pkgs.writeShellApplication { - name = "emoji-fuzzel"; - runtimeInputs = with pkgs; [ config.programs.fuzzel.package wtype wl-clipboard-rs ]; - text = '' - FUZZEL_RES=$(fuzzel --dmenu --prompt "emoji> " --cache "$HOME"/.cache/fuzzel-emoji --width=60 <"$HOME"/.local/share/emoji-data/list.txt) || exit $? - [[ -n "$FUZZEL_RES" ]] || exit 1 - wl-copy "$(cut -d ':' -f 1 <<<"$FUZZEL_RES" | tr -d '\n')" && wtype -k XF86Paste - ''; - })); + # "Mod+E".action = spawn (lib.getExe (pkgs.writeShellApplication { + # name = "emoji-fuzzel"; + # runtimeInputs = with pkgs; [ config.programs.fuzzel.package wtype wl-clipboard-rs ]; + # text = '' + # FUZZEL_RES=$(fuzzel --dmenu --prompt "emoji> " --cache "$HOME"/.cache/fuzzel-emoji --width=60 <"$HOME"/.local/share/emoji-data/list.txt) || exit $? + # [[ -n "$FUZZEL_RES" ]] || exit 1 + # wl-copy "$(cut -d ':' -f 1 <<<"$FUZZEL_RES" | tr -d '\n')" && wtype -k XF86Paste + # ''; + # })); "Print".action = screenshot; "Control+Print".action = screenshot-window; "Shift+Print".action = screenshot-screen; -- cgit v1.2.3