pipe dwmblocks errors to dev null
This commit is contained in:
parent
99d5d93703
commit
37f17eec95
@ -17,14 +17,13 @@ setbg & # set the background with the `setbg` script
|
|||||||
#wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000'
|
#wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000'
|
||||||
xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
||||||
dunst & # dunst for notifications
|
dunst & # dunst for notifications
|
||||||
dwmblocks &
|
dwmblocks 2> /dev/null &
|
||||||
xset r rate 300 50 & # Speed xrate up
|
xset r rate 300 50 & # Speed xrate up
|
||||||
unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle
|
unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle
|
||||||
insync start &
|
insync start &
|
||||||
element-desktop --hidden &
|
element-desktop --hidden &
|
||||||
transmission-daemon &
|
transmission-daemon &
|
||||||
echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks &
|
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
|
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
|
redshift & # Bluefilter based on time
|
||||||
keynav & # emulate mouse clicks with vim-bindings and starting with Ctrl+;
|
keynav & # emulate mouse clicks with vim-bindings and starting with Ctrl+;
|
||||||
|
Loading…
Reference in New Issue
Block a user