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

推荐订阅源

U
Unit 42
罗磊的独立博客
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
V
V2EX
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
量子位
MyScale Blog
MyScale Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
B
Blog

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.