pipe dwmblocks errors to dev null

This commit is contained in:
Alexander Bocken 2020-11-07 19:09:23 +01:00
parent 99d5d93703
commit 37f17eec95
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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+;