Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

v0.1.5

Compare
Choose a tag to compare
@ptazithos ptazithos released this 16 Jul 11:50
· 47 commits to main since this release
4bb1465

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.