13 lines
245 B
Text
13 lines
245 B
Text
systemctl --user import-environment DISPLAY
|
|
poweralertd -s &
|
|
set-background &
|
|
dwmblocks &
|
|
gammastep &
|
|
|
|
sxhkd &
|
|
|
|
export GPG_TTY=$(tty)
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
gpg-connect-agent updatestartuptty /bye
|
|
|
|
exec dwm
|