2025-04-02 12:00:00 +01:00
|
|
|
systemctl --user import-environment DISPLAY
|
|
|
|
poweralertd -s &
|
|
|
|
setbg &
|
|
|
|
systemctl --user start dwm-status &
|
2025-04-22 00:31:56 +01:00
|
|
|
|
|
|
|
export GPG_TTY=$(tty)
|
|
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
|
|
gpg-connect-agent updatestartuptty /bye
|
|
|
|
|
2025-04-02 12:00:00 +01:00
|
|
|
exec dwm
|