惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
D
Docker
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
量子位
有赞技术团队
有赞技术团队
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
B
Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
月光博客
月光博客

KDE

kde 默认就有的的 feature "fancyZone", 具体名称叫什么? 求助, manjaro kde 唤醒登陆后卡死 KDE 节点这是没人发言了吗 KDE Plasma 5 用了一会儿 KDE,感觉眼睛特别累。 大家是怎么设置KWallet的? KDE
分享一个能在 KDE 标题栏显示 global menu 的工具
moonheart · 2022-06-06 · via KDE

https://github.com/Zren/material-decoration

KDE 要显示 global menu, 之前一直是加一个 menu panel 到顶部,今天突然想到,能不能像 windows 的 vscode/idea 那样,把菜单显示到标题栏呢?一搜还真有,效果:

存在的问题:

  1. 无法通过快捷键触发菜单
  2. Alt 键不会突出助记字母

https://invent.kde.org/plasma/breeze/-/merge_requests/126

这个是有个 PR 想要要合进主线,但似乎团队想要用别的方式去实现:

KWin should include a full support of dbus menu protocol, then KDecoration should expose a new API needed for the menu and only after that decorations should get a support for the menu using this API.