This commit is contained in:
2020-05-13 11:54:02 +02:00
parent 746d02321a
commit 6ace662b32
9 changed files with 18 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
GDK_DPI_SCALE="1.25" firefox
#google-chrome-stable --force-device-scale-factor=1.25&
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
-2
View File
@@ -1,2 +0,0 @@
#!/bin/bash
GDK_DPI_SCALE="1.3" firefox-bin
Regular → Executable
View File