fuzzel: tune dialog widths
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user