Make kwin-5.21-desktop-grid-click-behavior.py use Python 3

python refers to python2, which is not desired.
kwin-5.18-move-animspeed.py already uses python3.
This commit is contained in:
Fabian Vogt 2020-11-06 23:21:57 +01:00
parent d830f41cc3
commit f790cca3fb
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,4 @@
#!/usr/bin/env python
from __future__ import print_function
#!/usr/bin/env python3
import sys

View file

@ -42,4 +42,4 @@ Script=kwin-5.18-move-animspeed.py,python3
Id=desktop-grid-click-behavior
File=kwinrc
Group=Effect-DesktopGrid
Script=kwin-5.21-desktop-grid-click-behavior.py,python
Script=kwin-5.21-desktop-grid-click-behavior.py,python3