wuzhihao

Results 8 comments of wuzhihao

I try to filter with title, find it can only remove tabs on current window and I can't know how many and which tabs are removed, anyway, this need is...

I try use numlock+j to start drag, but nothing happens, I think the reason is it will run as root as man page mentioned, I think I need to make...

but previous notifications will be gone when killing dunst

I find if there is floating window, get_floating_window() will always get that window even I don't focus on it ``` def get_floating_window(): print("5 get_floating_window") q = [self.dpy.screen().root] while q: print("5_1")...

> 我感觉可能是你配置的问题 pyim 我是根据README配置简单配置了5行,是漏了什么配置吗?.emacs的pyim部分: ![Image](https://github.com/user-attachments/assets/eb3696f8-95da-48b0-af87-fb08f8a2e8ab) .gnu-emacs-custom pyim部分: ![Image](https://github.com/user-attachments/assets/ff00c221-3f00-481d-bb77-c6148272ec0c) 完整.emacs配置文件 [.emacs.txt](https://github.com/user-attachments/files/19403557/default.emacs.txt) [.gnu-emacs-custom.txt](https://github.com/user-attachments/files/19403583/default.gnu-emacs-custom.txt)

用toggle-debug-on-error检查了确实是我配置问题,把.emacs里这些删除就正常了 ``` (use-package posframe :if (display-graphic-p) :config (defun my-posframe-show-input-method () (let ((input-method (current-input-method-title))) (posframe-show "*input-method-posframe*" :string input-method :position (point) :timeout 2)))) (use-package popup :unless (display-graphic-p) :config (defun my-popup-show-input-method () (let...

I dont know there are advanced options.This is cool, thx.

I tried that ,it seems to be slower, so I turned it off.