tvim: get rid of nvim; mykblayouts: get rid of ducky layouts; compton_toggle: disable fade effects

This commit is contained in:
Von Random 2019-04-08 18:36:00 +03:00
parent 6c3e745835
commit 8d27b64fdb
3 changed files with 5 additions and 12 deletions

View file

@ -15,7 +15,7 @@ if [[ -e $nvidia_dev ]]; then
else
gpu_opts=(--dbe --vsync opengl --backend xrender)
fi
compton $gpu_opts[@] -cGC -t-5 -l-5 -r4 -o.55 &
compton $gpu_opts[@] -cGC -t-5 -l-5 -r4 -o.55 --no-fading-openclose &
pid=$!
if [[ -n $pid ]]; then
printf '%s' $pid > $pidfile