nix-config/modules/nixos/dwm/xinitrc

13 lines
257 B
Text
Raw Normal View History

systemctl --user import-environment DISPLAY
poweralertd -s &
2025-07-11 18:31:19 +01:00
set-background &
systemctl --user start dwm-status &
2025-05-25 08:49:39 +01:00
sxhkd &
export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpg-connect-agent updatestartuptty /bye
exec dwm