commit a497af2c5c50438c5759a5c24908b47afb8839bf
parent 163c73bc3d7cbe2feb9802b7ae7d2801c11c334e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 29 Jun 2020 14:37:31 +0200
Suppress spoon output from .xsession-errors
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xprofile b/.xprofile
@@ -22,7 +22,7 @@ fi
xset r rate 300 50 # key repeat rate ([delay in ms] [repeats per sec])
dunst &
-spoon &
+spoon >/dev/null 2>&1 &
if [ "$(hostname)" = iddqd ]; then
evolution >/dev/null 2>&1 &
xautolock -time 20 -locker "/bin/xtrlock -b none" &