aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-12-15 17:13:24 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-12-15 17:13:24 +0800
commit46eaf22505c4573342ef7871b36098b1a210eebb (patch)
tree63f802a6424e5a0646d826da31ff7554500ee5f0
parente7ad9f3851a9e52cdfee00b555b0367035570070 (diff)
Update
-rwxr-xr-xX11/rofi/pass.edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit
index 428564d..6187ef3 100755
--- a/X11/rofi/pass.edit
+++ b/X11/rofi/pass.edit
@@ -16,6 +16,6 @@ fi
16 16
17# Use detected terminal emulator to edit password 17# Use detected terminal emulator to edit password
18coproc ( 18coproc (
19 rofi-sensible-terminal -e pass edit $1 && pass $1 --clip 19 alacritty -e pass edit $1 && pass $1 --clip
20 rofi -e "Copied: $1" 20 rofi -e "Copied: $1"
21) 21)