Fuzzel : Use empty prompt.

This commit is contained in:
Dmitry Voronin 2024-06-23 23:45:13 +03:00
parent 7b0c80d7e2
commit b7bc7b9d2c
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,7 +6,7 @@ in {
dpi-aware = dpiAware; dpi-aware = dpiAware;
font = "${style.font.serif.name}:size=${toString style.font.size.popup}"; font = "${style.font.serif.name}:size=${toString style.font.size.popup}";
lines = 20; lines = 20;
# prompt = "\"$ \""; prompt = "\"\"";
show-actions = "yes"; show-actions = "yes";
terminal = setting.terminal.bin; terminal = setting.terminal.bin;
width = 40; width = 40;