dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d062b64e9888efb1d4bef152a47818d59f33360e
parent 4737eadd1d65730350dfbeb5f9aabdccfee45a4c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Nov 2019 12:59:48 +0100

Start evolution on xstart on iddqd

Diffstat:
M.xinitrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -3,6 +3,10 @@ # shellcheck source=/dev/null [ -f ~/.xprofile ] && . ~/.xprofile +if [ "$(hostname)" = iddqd ]; then + nohup evolution >/dev/null 2>&1 & +fi + while :; do dwm || break done