This commit is contained in:
Raghav Gururajan 2021-12-18 20:13:09 -05:00
parent f2a10bae13
commit e930201989
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
2 changed files with 12 additions and 0 deletions

9
x/xinitrc Normal file
View File

@ -0,0 +1,9 @@
# GnuPG
## Configure pinentry to use the correct TTY.
export GPG_TTY=$(tty)
## Update gpg-agent about the correct TTY.
gpg-connect-agent UPDATESTARTUPTTY /bye >/dev/null
# Start window-manager.
dbus-run-session -- stumpwm

3
x/xserverrc Normal file
View File

@ -0,0 +1,3 @@
# Initiate X display server.
exec X -nolisten tcp "$@" vt$XDG_VTNR