diff options
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 |
