QiangF

Results 184 comments of QiangF

有个人已经做了一个镜像: https://guix-china.github.io/wiki/mirror/ https://github.com/guix-china

Maybe merge the two project: https://github.com/JonnyHaystack/i3-resurrect

Maybe you can make something like winner-mode in Emacs. It can save emacs window layout automatically if the layout stays unchanged for a specified time (like 3 second?), and you...

You definitely need a way to talk with the terminal. Guake is a dropdown terminal that can be queried with dbus, see https://github.com/SleepyBag/dropdown-remote

I can reuse guake tab with this : (use-package terminal-here :config (defun my-terminal-here-terminal-command (dir) (list "guake" "-s" "0" "--show" "-e" (concat "cd \"" (shell-quote-argument dir) "\""))) (setq terminal-here-terminal-command 'my-terminal-here-terminal-command))

是的,主要是想把 pinyinlib 替换掉。

你得配置 rime,symbols.yaml 和这个module没有关系。

How about not kill the process buffer and let it auto pop out when the the process finished with an error?