suicide
This commit is contained in:
parent
2cd8666ceb
commit
04436f89d4
48 changed files with 122 additions and 3 deletions
BIN
dwm/drw.o
BIN
dwm/drw.o
Binary file not shown.
BIN
dwm/dwm
BIN
dwm/dwm
Binary file not shown.
BIN
dwm/dwm.o
BIN
dwm/dwm.o
Binary file not shown.
BIN
dwm/util.o
BIN
dwm/util.o
Binary file not shown.
8
local/bin/f2py
Executable file
8
local/bin/f2py
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3.13
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from numpy.f2py.f2py2e import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
8
local/bin/mid3cp
Executable file
8
local/bin/mid3cp
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.mid3cp import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/mid3iconv
Executable file
8
local/bin/mid3iconv
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.mid3iconv import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/mid3v2
Executable file
8
local/bin/mid3v2
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.mid3v2 import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/moggsplit
Executable file
8
local/bin/moggsplit
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.moggsplit import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/mutagen-inspect
Executable file
8
local/bin/mutagen-inspect
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.mutagen_inspect import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/mutagen-pony
Executable file
8
local/bin/mutagen-pony
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from mutagen._tools.mutagen_pony import entry_point
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(entry_point())
|
8
local/bin/numpy-config
Executable file
8
local/bin/numpy-config
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3.13
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from numpy._configtool import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
#prime-run dbus-run-session slstatus -s | prime-run dwl -s 'foot -s'
|
||||
dbus-run-session startplasma-wayland
|
8
local/bin/tabulate
Executable file
8
local/bin/tabulate
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from tabulate import _main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(_main())
|
8
local/bin/tqdm
Executable file
8
local/bin/tqdm
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from tqdm.cli import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
8
local/bin/win2xcur
Executable file
8
local/bin/win2xcur
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3.13
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from win2xcur.main.win2xcur import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
8
local/bin/wsdump
Executable file
8
local/bin/wsdump
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/lib/python-exec/python3.13/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from websocket._wsdump import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
8
local/bin/x2wincur
Executable file
8
local/bin/x2wincur
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3.13
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
if __name__ == '__main__':
|
||||
from win2xcur.main.x2wincur import main
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
slstatus/util.o
BIN
slstatus/util.o
Binary file not shown.
18
sober/config.json
Normal file
18
sober/config.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"allow_gamepad_permission": false,
|
||||
"bring_back_oof": false,
|
||||
"close_on_leave": false,
|
||||
"discord_rpc_enabled": false,
|
||||
"enable_gamemode": true,
|
||||
"enable_hidpi": false,
|
||||
"fflags": {
|
||||
"DFFlagTextureQualityOverrideEnabled": true,
|
||||
"DFIntTextureQualityOverride": 4,
|
||||
"FFlagExample": true
|
||||
},
|
||||
"server_location_indicator_enabled": false,
|
||||
"touch_mode": "off",
|
||||
"use_console_experience": false,
|
||||
"use_libsecret": false,
|
||||
"use_opengl": true
|
||||
}
|
BIN
st/hb.o
BIN
st/hb.o
Binary file not shown.
BIN
st/st
BIN
st/st
Binary file not shown.
BIN
st/st.o
BIN
st/st.o
Binary file not shown.
BIN
st/x.o
BIN
st/x.o
Binary file not shown.
Loading…
Add table
Reference in a new issue