fuzzel: tune dialog widths

This commit is contained in:
2022-12-22 10:10:03 +00:00
parent 84f23c602e
commit 77b8d0ddc0
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ in
# "bookmarking"/snippets inspired by Luke Smith: # "bookmarking"/snippets inspired by Luke Smith:
# - <https://www.youtube.com/watch?v=d_11QaTlf1I> # - <https://www.youtube.com/watch?v=d_11QaTlf1I>
snip-file = ./snippets.txt; 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 # TODO: next splatmoji release should allow `-s none` to disable skin tones
emoji-cmd = "${pkgs.splatmoji}/bin/splatmoji -s medium-light type"; emoji-cmd = "${pkgs.splatmoji}/bin/splatmoji -s medium-light type";
in rec { in rec {

View File

@@ -11,7 +11,7 @@
# TODO: wayland equiv # TODO: wayland equiv
paste_command=xdotool key ctrl+v paste_command=xdotool key ctrl+v
# rofi_command=${pkgs.wofi}/bin/wofi --dmenu --insensitive --cache-file /dev/null # 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 xdotool_command=${pkgs.wtype}/bin/wtype
# TODO: wayland equiv # TODO: wayland equiv
xsel_command=xsel -b -i xsel_command=xsel -b -i