diff options
| author | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
| commit | d65c51e304691fd369b7b3654dde2956c94eae73 (patch) | |
| tree | ec1e449cd2959f197695208580e2b0ed51de5244 /private_dot_local | |
| parent | 57cb004b71a9a9f688418da05cf88cc670b69f0f (diff) | |
Cleanup permissions
Diffstat (limited to 'private_dot_local')
| -rw-r--r-- | private_dot_local/bin/executable_gopassmenu.tmpl | 2 | ||||
| -rw-r--r-- | private_dot_local/bin/executable_gousermenu.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/private_dot_local/bin/executable_gopassmenu.tmpl b/private_dot_local/bin/executable_gopassmenu.tmpl index a350763..82fed5c 100644 --- a/private_dot_local/bin/executable_gopassmenu.tmpl +++ b/private_dot_local/bin/executable_gopassmenu.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{- if eq .chezmoi.hostname "Aragorn" }} +{{- if eq .wm "x11" }} # Home laptop PW="$(gopass ls --flat | dmenu -l 15 -p 'Password: ' | xargs -r gopass show | head -n1)" # [t]ype or copy diff --git a/private_dot_local/bin/executable_gousermenu.tmpl b/private_dot_local/bin/executable_gousermenu.tmpl index 7fe9e48..39931d3 100644 --- a/private_dot_local/bin/executable_gousermenu.tmpl +++ b/private_dot_local/bin/executable_gousermenu.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{- if eq .chezmoi.hostname "Aragorn" }} +{{- if eq .wm "x11" }} # Home laptop uname="$(gopass ls --flat | dmenu -l 15 -p 'Username: ' | xargs -r gopass show | sed -n '2p')" # [t]ype or copy |