diff options
| author | c0co <c0co.channel@braincrime.com> | 2025-09-07 01:04:49 +0100 |
|---|---|---|
| committer | c0co <c0co.channel@braincrime.com> | 2025-09-07 01:04:49 +0100 |
| commit | 67e8d0fb57b89316e4036035368924f1f0bfbb0a (patch) | |
| tree | 7479e729b8c8a9f380e0e4315b5c7db5283f962c /dom0/files/scripts | |
| parent | f28835626ff85371668d1c1a86d74d1550074cdc (diff) | |
Add home.csm, gpg and sway scripts, wp
Diffstat (limited to 'dom0/files/scripts')
| -rw-r--r-- | dom0/files/scripts/gpg-agent-tty | 2 | ||||
| -rw-r--r-- | dom0/files/scripts/sway-login | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dom0/files/scripts/gpg-agent-tty b/dom0/files/scripts/gpg-agent-tty new file mode 100644 index 0000000..ca4bb5a --- /dev/null +++ b/dom0/files/scripts/gpg-agent-tty @@ -0,0 +1,2 @@ +export GPG_TTY=$(tty) +gpg-connect-agent updatestartuptty /bye >/dev/null diff --git a/dom0/files/scripts/sway-login b/dom0/files/scripts/sway-login new file mode 100644 index 0000000..3792a85 --- /dev/null +++ b/dom0/files/scripts/sway-login @@ -0,0 +1,3 @@ +if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec sway; +fi |
