aboutsummaryrefslogtreecommitdiff
path: root/config/sway
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-12-10 12:19:17 +0100
committerKarel Kočí <cynerd@email.cz>2025-12-10 12:19:17 +0100
commit71170ba96ad788726af419edd64d58bdfe5b52b5 (patch)
tree1773ebe943c4885a2b419fb1dfd7da3afb8421ab /config/sway
parent60fc87b4003f5d047aafa970d62416a93801a5c9 (diff)
downloadmyconfigs-master.tar.gz
myconfigs-master.tar.bz2
myconfigs-master.zip
Format and add guix installHEADmaster
Diffstat (limited to 'config/sway')
-rwxr-xr-xconfig/sway/scripts/pass6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sway/scripts/pass b/config/sway/scripts/pass
index 06383b3..11700e6 100755
--- a/config/sway/scripts/pass
+++ b/config/sway/scripts/pass
@@ -1,6 +1,6 @@
#!/bin/sh
-find ~/.password-store -name .git -prune -o -type f -printf '%P\n' | \
- sed 's/\.gpg$//' | wofi -d -p 'Pass:' | \
+find ~/.password-store -name .git -prune -o -type f -printf '%P\n' |
+ sed 's/\.gpg$//' | wofi -d -p 'Pass:' |
while read -r psw; do
pass -c "$psw"
-done
+ done