commit d29b1fd20c3cd6bd8d384a49b8b732ba886e2b2b
parent 630cdc7719cc356f8a8ceb2d53798c2de6e9f471
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 17 Apr 2020 21:21:09 +0200
Use spoon instead of sysstatus shell script
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 &
-dwmstatus &
+spoon &
if [ "$(hostname)" = iddqd ]; then
evolution >/dev/null 2>&1 &
xautolock -time 20 -locker "/bin/xtrlock -b none" &