From f5382b4d53ce723c6eb4ba87013c0a13d0c56a92 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 6 Mar 2024 18:00:14 +0100 Subject: fix password entry --- .config/rofi-pass/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/rofi-pass/config b/.config/rofi-pass/config index 595fb51..9c81936 100644 --- a/.config/rofi-pass/config +++ b/.config/rofi-pass/config @@ -14,10 +14,12 @@ _rofi() { } _do_type_xdotool() { - fcitx5-temp-off + fcitx5-temp-off # see ~/.local/share/bin - # this is the default command - xdotool type --delay ${type_delay} --clearmodifiers --file - + # tr -d required because the "path" variable ends in a newline character + tr -d '\n' |\ + xdotool type --delay ${type_delay} --clearmodifiers --file - + # xdotool command is otherwise not modified fcitx5-temp-restore } -- cgit v1.2.3