From 0e631d55f77a5dd725faaaa42e2a14f876cdcf84 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 19 Nov 2024 11:53:17 -0300 Subject: [PATCH] home-environments: radio: Add !pass abbreviation for obtaining passwords more quickly --- home-environments/radio.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index fa972a2..eeccea0 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -231,6 +231,9 @@ (!network . ,(format #f "doas herd restart networking ~ && doas herd restart wpa-supplicant")) + #|Pass|# + (!pass . "pass show % | wl-copy") + #|Processes|# (tf . "setsid -f % >/dev/null 2>&1 & disown")