Gnome Shell 扩展:实现任意应用最小化至系统托盘
该扩展允许用户将任何应用程序最小化到系统托盘。
安装要求:
- xdotool
- xwininfo
- xprop
- libwnck3
安装步骤:
-
从 Github 克隆仓库:
bash
git clone https://github.com/oae/gnome-shell-minimize-to-tray.git
-
进入项目目录并构建:
bash
cd ./gnome-shell-minimize-to-tray
yarn install
yarn build
-
创建符号链接:
bash
ln -s "$PWD/dist" "$HOME/.local/share/gnome-shell/extensions/minimize-to-tray@elhan.io"
使用方法:
- 在扩展程序设置中,单击“添加”按钮。
- 选择要添加到托盘的已打开窗口。
每个应用程序提供以下选项:
- 更改活动状态: 启用或禁用特定应用程序的最小化功能。
- 启动时最小化窗口: 设置应用程序启动时是否自动最小化到托盘。
90.61KB
文件大小:
评论区