diff --git a/modules/gui/sway.nix b/modules/gui/sway.nix index eb89770a..cffbeb4a 100644 --- a/modules/gui/sway.nix +++ b/modules/gui/sway.nix @@ -95,7 +95,7 @@ in # "bookmarking"/snippets inspired by Luke Smith: # - snip-file = ./snippets.txt; - snip-cmd = "${wtype} $(cat ${snip-file} | ${fuzzel} -d -i)"; + snip-cmd = "${wtype} $(cat ${snip-file} | ${fuzzel} -d -i -w 60)"; # TODO: next splatmoji release should allow `-s none` to disable skin tones emoji-cmd = "${pkgs.splatmoji}/bin/splatmoji -s medium-light type"; in rec { diff --git a/modules/home-manager/splatmoji.nix b/modules/home-manager/splatmoji.nix index b753f6bb..b34363fd 100644 --- a/modules/home-manager/splatmoji.nix +++ b/modules/home-manager/splatmoji.nix @@ -11,7 +11,7 @@ # TODO: wayland equiv paste_command=xdotool key ctrl+v # rofi_command=${pkgs.wofi}/bin/wofi --dmenu --insensitive --cache-file /dev/null - rofi_command=${pkgs.fuzzel}/bin/fuzzel -d -i -w 80 + rofi_command=${pkgs.fuzzel}/bin/fuzzel -d -i -w 60 xdotool_command=${pkgs.wtype}/bin/wtype # TODO: wayland equiv xsel_command=xsel -b -i