#!/bin/bash -x exec >/tmp/startx$$.log 2>&1 systemctl --user import-environment DISPLAY [ -f ~/.xprofile ] && source ~/.xprofile test -d /usr/share/fonts/local && xset +fp /usr/share/fonts/local xset fp rehash xset -b # disable bell if test -f /usr/lib/ssh/x11-ssh-askpass; then SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass ssh-add ~/tmp/dwm.log