diff options
Diffstat (limited to 'X11/rofi')
| -rwxr-xr-x | X11/rofi/pass.edit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index 6187ef3..b5698fb 100755 --- a/X11/rofi/pass.edit +++ b/X11/rofi/pass.edit | |||
| @@ -16,6 +16,5 @@ fi | |||
| 16 | 16 | ||
| 17 | # Use detected terminal emulator to edit password | 17 | # Use detected terminal emulator to edit password |
| 18 | coproc ( | 18 | coproc ( |
| 19 | alacritty -e pass edit $1 && pass $1 --clip | 19 | alacritty -e pass edit $1 && $(dirname $0)/pass.get $1 |
| 20 | rofi -e "Copied: $1" | ||
| 21 | ) | 20 | ) |