We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The kitty's window doesn't hide on lose focus. If I try to run the line in terminal, I receive the following errors:
user-desktop ~ » tdrop -n tdrop_kitty --post-create-hook "autohide-tdrop &" -ma -h 85% -w 80% -x 10% -y 7% env GLFW_IM_MODULE=ibus kitty --class=tdrop_kitty 2023-05-21 13:53:57 Debug command: tdrop -n tdrop_kitty --post-create-hook autohide-tdrop & -ma -h 85% -w 80% -x 10% -y 7% env GLFW_IM_MODULE=ibus kitty --class=tdrop_kitty [141 13:53:57.168740] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory [141 13:53:57.169109] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory [141 13:53:57.169236] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory [141 13:53:57.169448] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory user-desktop ~ » [141 13:54:02.635611] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory [141 13:54:02.637018] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory Error: Error(X11Error { error_kind: Window, error_code: 3, sequence: 28, bad_value: 104857611, minor_opcode: 0, major_opcode: 10, extension_name: None, request_name: Some("UnmapWindow") })
The text was updated successfully, but these errors were encountered:
@Dynych hi Sorry it was my fault, you can just delete env GLFW_IM_MODULE=ibus
try
tdrop -n tdrop_kitty --post-create-hook "autohide-tdrop &" -ma -h 85% -w 80% -x 10% -y 7% kitty --class=tdrop_kitty
if you use wayland , you shoule force kitty use xwayland as backend
kovidgoyal/kitty#2648 try
WAYLAND_DISPLAY=no KITTY_DISABLE_WAYLAND=1 tdrop -n tdrop_terminal --post-create-hook "autohide-tdrop &" -mta -h 60% -w 70% -x 15% -y 0 kitty --class tdrop_terminal
Sorry, something went wrong.
No branches or pull requests
The kitty's window doesn't hide on lose focus.
If I try to run the line in terminal, I receive the following errors:
The text was updated successfully, but these errors were encountered: