commit 47cadb2efdb51ae3b8f58bf773ea6e9460c0611a
parent 10215459555df4826ab042df5c5bd9f5cacd02cc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 22 Nov 2019 08:38:45 +0100
Start mbsync on x start, move evolution launch to .xprofile
Diffstat:
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.config/openttd/openttd.cfg b/.config/openttd/openttd.cfg
@@ -65,7 +65,7 @@ land_generator = 1
oil_refinery_limit = 32
tgen_smoothness = 1
variety = 0
-generation_seed = 2833263075
+generation_seed = 2074147399
tree_placer = 2
heightmap_rotation = 0
se_flat_world_height = 1
diff --git a/.xinitrc b/.xinitrc
@@ -3,10 +3,6 @@
# shellcheck source=/dev/null
[ -f ~/.xprofile ] && . ~/.xprofile
-if [ "$(hostname)" = iddqd ]; then
- nohup evolution >/dev/null 2>&1 &
-fi
-
while :; do
dwm || break
done
diff --git a/.xprofile b/.xprofile
@@ -9,7 +9,7 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
eval $(ssh-agent -s)
fi
-setxkbmap -option ctrl:nocaps
+setxkbmap -option ctrl:nocaps
xset -b # Disable beeps
xset +dpms # Energy Star features on
@@ -20,3 +20,8 @@ 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
+