12 lines
248 B
Text
12 lines
248 B
Text
systemctl --user import-environment DISPLAY
|
|
poweralertd -s &
|
|
setbg &
|
|
systemctl --user start dwm-status &
|
|
|
|
sxhkd &
|
|
|
|
export GPG_TTY=$(tty)
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
gpg-connect-agent updatestartuptty /bye
|
|
|
|
exec dwm
|