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 dafc149d3519c5e75ffb7f427b2a9ac33c88d044
parent 8fe859561f038f4e7ddfb5ee5dc620c7f5f64eca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 23 Nov 2019 08:59:38 +0100

Do not start mbsync with X

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

diff --git a/.xprofile b/.xprofile @@ -20,8 +20,6 @@ xset r rate 300 50 # key repeat rate ([delay in ms] [repeats per sec]) # auto-start programs dunst & dwmstatus & -$TERMINAL -e mbsync -a & if [ "$(hostname)" = iddqd ]; then evolution >/dev/null 2>&1 & fi -