mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2026-01-11 09:07:58 +08:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
export GLFW_IM_MODULE=ibus
|
|
exec kitty "$@"
|