tvim: get rid of nvim; mykblayouts: get rid of ducky layouts; compton_toggle: disable fade effects
This commit is contained in:
parent
6c3e745835
commit
8d27b64fdb
3 changed files with 5 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue