Picom Enable Vsync to Fix Screen Tearing

- Enable vsync in picom configuration
- Toggle picom on and off with gaming launch & exit script
  rather than unredir-if-possible setting
This commit is contained in:
Sravan Balaji
2021-09-22 15:52:45 -04:00
parent 8585a60daf
commit cac0719d5f
4 changed files with 136 additions and 132 deletions

View File

@@ -1,2 +1,3 @@
#!/bin/bash
/home/sravan/.scripts/deadd.sh --unpause
/home/sravan/.scripts/picom.sh --on

View File

@@ -1,2 +1,3 @@
#!/bin/bash
/home/sravan/.scripts/deadd.sh --pause
/home/sravan/.scripts/picom.sh --off