From 37f17eec95100c75ceb4cb5566407dd14ad6403f Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 7 Nov 2020 19:09:23 +0100 Subject: [PATCH] pipe dwmblocks errors to dev null --- .config/xprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/xprofile b/.config/xprofile index 51a6177..d654619 100755 --- a/.config/xprofile +++ b/.config/xprofile @@ -17,14 +17,13 @@ setbg & # set the background with the `setbg` script #wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000' xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing) dunst & # dunst for notifications -dwmblocks & +dwmblocks 2> /dev/null & xset r rate 300 50 & # Speed xrate up unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle insync start & element-desktop --hidden & transmission-daemon & echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks & -echo "/var/lib/pacman/db.lck" | entr -np pkill -RTMIN+6 dwmblocks & xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected redshift & # Bluefilter based on time keynav & # emulate mouse clicks with vim-bindings and starting with Ctrl+;