Added
This commit is contained in:
3
.local/bin/browser-x
Executable file
3
.local/bin/browser-x
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
GDK_DPI_SCALE="1.25" firefox
|
||||
#google-chrome-stable --force-device-scale-factor=1.25&
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3.6
|
||||
#!/usr/bin/python3.7
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
@ -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
8
.local/bin/f2py3.7
Executable 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())
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
GDK_DPI_SCALE="1.3" firefox-bin
|
0
.local/bin/password-manager
Normal file → Executable file
0
.local/bin/password-manager
Normal file → Executable file
Reference in New Issue
Block a user