summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/niri.nix18
1 files changed, 9 insertions, 9 deletions
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 {
824 ''; 824 '';
825 }; 825 };
826 in spawn (lib.getExe' qalcKitty "kitty"); 826 in spawn (lib.getExe' qalcKitty "kitty");
827 "Mod+E".action = spawn (lib.getExe (pkgs.writeShellApplication { 827 # "Mod+E".action = spawn (lib.getExe (pkgs.writeShellApplication {
828 name = "emoji-fuzzel"; 828 # name = "emoji-fuzzel";
829 runtimeInputs = with pkgs; [ config.programs.fuzzel.package wtype wl-clipboard-rs ]; 829 # runtimeInputs = with pkgs; [ config.programs.fuzzel.package wtype wl-clipboard-rs ];
830 text = '' 830 # text = ''
831 FUZZEL_RES=$(fuzzel --dmenu --prompt "emoji> " --cache "$HOME"/.cache/fuzzel-emoji --width=60 <"$HOME"/.local/share/emoji-data/list.txt) || exit $? 831 # FUZZEL_RES=$(fuzzel --dmenu --prompt "emoji> " --cache "$HOME"/.cache/fuzzel-emoji --width=60 <"$HOME"/.local/share/emoji-data/list.txt) || exit $?
832 [[ -n "$FUZZEL_RES" ]] || exit 1 832 # [[ -n "$FUZZEL_RES" ]] || exit 1
833 wl-copy "$(cut -d ':' -f 1 <<<"$FUZZEL_RES" | tr -d '\n')" && wtype -k XF86Paste 833 # wl-copy "$(cut -d ':' -f 1 <<<"$FUZZEL_RES" | tr -d '\n')" && wtype -k XF86Paste
834 ''; 834 # '';
835 })); 835 # }));
836 "Print".action = screenshot; 836 "Print".action = screenshot;
837 "Control+Print".action = screenshot-window; 837 "Control+Print".action = screenshot-window;
838 "Shift+Print".action = screenshot-screen; 838 "Shift+Print".action = screenshot-screen;