Crates.io | glazewm-extra |
lib.rs | glazewm-extra |
version | 0.2.0 |
source | src |
created_at | 2024-06-29 05:25:46.923587 |
updated_at | 2024-09-13 12:06:23.166669 |
description | This repository contains additional features for the Glaze Window Manager (glazewm) based on ipc and windows api. |
homepage | https://github.com/ptazithos/glazewm-extra |
repository | https://github.com/ptazithos/glazewm-extra |
max_upload_size | |
id | 1287160 |
size | 76,029 |
News: Thanks Erik, we get GlazeWM V3 support starting from v0.2.0
Additional features for the GlazeWM.
Notice:
The latest build can be found here.
scoop install https://github.com/ptazithos/glazewm-extra/releases/latest/download/glazewm-extra.json
cargo install glazewm-extra
The config file is at ~/.config/glazewm-extra.toml
. The default config is as follows:
# 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 = ".*"
Except match_process_name
, match_class_name
and match_title
are also available.
This repository is licensed under the MIT License.