nix-config/modules/nixos/desktop/dwm/xinitrc
Oliver Davies 767f6af615
All checks were successful
/ check (push) Successful in 2m4s
Add sxhkd to control brightness keys
2025-05-25 08:49:39 +01:00

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