This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Releases: ptazithos/glazewm-extra
Releases · ptazithos/glazewm-extra
v0.2.0
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
BREAKING CHANGES:
The config file located at ~/.config/glazewm-extra.toml
. The default config is as follows:
# Rules applied for every windows once the window creates.
[[window_rules]]
command = "set title false"
match_process_name = ".*"
# Rules applied for the focused window when focus changes.
[[focused_window_rules]]
command = "set translucent 255"
match_process_name = ".*"
# Rule applied for unfocused windows when focus change.
[[unfocused_window_rules]]
command = "set translucent 220"
match_process_name = ".*"
Except match_process_name
, match_class_name
and match_title
are also available.