6 个版本
0.1.10 | 2024 年 7 月 26 日 |
---|---|
0.1.9 | 2024 年 7 月 26 日 |
0.1.2 | 2024 年 6 月 29 日 |
#256 在 命令行实用工具
每月 360 次下载
32KB
702 代码行
GlazeWM Extra
Glaze 窗口管理器(glazewm)的附加功能。
透明窗口
隐藏标题栏
禁用圆角
安装
运行前请确保已安装 VCRuntime140。
直接下载
最新构建版本可在 此处 找到。
Scoop
scoop install https://github.com/ptazithos/glazewm-extra/releases/latest/download/glazewm-extra.json
Cargo
cargo install glazewm-extra
配置
配置文件位于 ~/.config/glazewm-extra.toml
。默认配置如下
# Rules are applied to every window once it is created.
[[window_rules]]
command = "set title false"
match_process_name = ".*"
[[window_rules]]
command = "set rounded false"
match_process_name = ".*"
# Rules are applied to the focused window when the focus changes.
[[focused_window_rules]]
command = "set translucent 255"
match_process_name = ".*"
# Rules are applied to the unfocused windows when the focus changes.
[[unfocused_window_rules]]
command = "set translucent 220"
match_process_name = ".*"
除 match_process_name
、match_class_name
和 match_title
之外,还有其他配置项。
许可证
此仓库遵循 MIT 许可证。
依赖项
~147MB
~2.5M SLoC