aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-06-10 10:03:01 +0200
committerMateja <mail@matejamaric.com>2021-06-10 10:03:01 +0200
commit399fc142e6e7656cfa6306c287f7152417429889 (patch)
tree8640ca3970df0bcf20fd568ecbea1e631c9361fd
parent6913884efba94bce410effe49739f629ff761e43 (diff)
downloaddotfiles-399fc142e6e7656cfa6306c287f7152417429889.tar.gz
dotfiles-399fc142e6e7656cfa6306c287f7152417429889.zip
Redirect dwmblocks stdout to `/dev/null`.
-rwxr-xr-x.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 0b16aa9..4d9742a 100755
--- a/.xprofile
+++ b/.xprofile
@@ -8,7 +8,7 @@ numlockx &
dunst &
udiskie &
-dwmblocks &
+dwmblocks > /dev/null &
#picom &
compton --backend glx -b &