aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-10 18:34:06 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-10 18:34:06 +0800
commit8cd50fbf53eb34c284d4384ad7e2609eae15f031 (patch)
tree29e1bb2c59b3071484a914e816fd6d7066a18b0a /X11
parente373f5c47c5f0b7ead90841cce36dcfa161baf7c (diff)
Update
Diffstat (limited to 'X11')
-rwxr-xr-xX11/rofi/pass.edit3
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
18coproc ( 18coproc (
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)