diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-11 11:12:17 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-11 11:12:17 +0100 |
| commit | a5fb20251ffda75b65542970e5fc403d759186fb (patch) | |
| tree | da315e3c9595a57e6d75fcc21fdb84f5a9c0fc72 /accounts/gkleen@sif/niri.nix | |
| parent | 97a3b1c3334cb76c5c26aab205911413fc92d67d (diff) | |
| download | nixos-a5fb20251ffda75b65542970e5fc403d759186fb.tar nixos-a5fb20251ffda75b65542970e5fc403d759186fb.tar.gz nixos-a5fb20251ffda75b65542970e5fc403d759186fb.tar.bz2 nixos-a5fb20251ffda75b65542970e5fc403d759186fb.tar.xz nixos-a5fb20251ffda75b65542970e5fc403d759186fb.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif/niri.nix')
| -rw-r--r-- | accounts/gkleen@sif/niri.nix | 18 |
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; |
