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:
parent
d830f41cc3
commit
f790cca3fb
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue