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
.local/bin/browser-x Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
GDK_DPI_SCALE="1.25" firefox
#google-chrome-stable --force-device-scale-factor=1.25&

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys

8
.local/bin/f2py3.7 Executable file
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())

View File

@ -1,2 +0,0 @@
#!/bin/bash
GDK_DPI_SCALE="1.3" firefox-bin

0
.local/bin/password-manager Normal file → Executable file
View File