manateelazycat / holo-layer

HoloLayer is a multimedia layer plugin designed specifically for Emacs
GNU General Public License v3.0
123 stars 18 forks source link

acm窗口在holo-layer下轻微闪烁 #36

Closed AllTheLife closed 2 months ago

AllTheLife commented 7 months ago

今天把holo-layer重新捣鼓了一遍,终于配好了。非常好用,非常丝滑 :yum:

就是 lsp-bridge 在holo-layer下好像会有点轻微闪烁?猫大能不能帮忙看看:

https://github.com/AllTheLife/pictures/blob/main/Kooha-2024-02-04-10-21-49.gif

环境:

配置:

(require 'holo-layer)

(setq holo-layer-enable-cursor-animation t)
(setq holo-layer-cursor-alpha 255)
(setq holo-layer-cursor-animation-interval 10)
(setq holo-layer-cursor-animation-type "jelly easing")
(setq holo-layer-enable-place-info t)
(setq holo-layer-place-info-font-size 13)
(setq holo-layer-enable-window-border t)
(setq holo-layer-active-window-color "#357ea6")
(setq holo-layer-inactive-window-color "#224254")
(setq holo-layer-window-number-color "#b262de")

(holo-layer-enable)

已用 emacs -Q 复现

manateelazycat commented 2 months ago

应该是 hyprland 不兼容, 欢迎提交 PR

AllTheLife commented 2 months ago

昨天测试了一下,这个问题在最新版的环境下已经修复了,感谢大佬