mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# dbus session
|
|
export XDG_CURRENT_DESKTOP=i3
|
|
exec dbus-run-session sh -c "
|
|
eval \$(ssh-agent -s)
|
|
gpgconf --launch gpg-agent
|
|
exec i3
|
|
"
|