added picom with blur
This commit is contained in:
@ -15,15 +15,16 @@ mpd & # music player daemon-you might prefer it as a service though
|
||||
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
||||
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)
|
||||
#xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
||||
picom --experimental-backends &
|
||||
dunst & # dunst for notifications
|
||||
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 &
|
||||
ibus-daemon -drx &
|
||||
#echo "$HOME/.config/mpd/state" | entr -nps pkill -RTMIN+11 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+;
|
||||
|
Reference in New Issue
Block a user