mydot/x/.xinitrc
2023-07-11 10:41:59 +03:00

6 lines
109 B
Bash

#!/bin/sh
# XProfile.
[ -f /etc/xprofile ] && source /etc/xprofile
[ -f ~/.xprofile ] && source ~/.xprofile