Fuzzel : Disable custom prompt.

This commit is contained in:
Dmitry Voronin 2024-06-23 23:43:43 +03:00
parent ee35cef0f1
commit 7b0c80d7e2
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;