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

Releases: ptazithos/glazewm-extra

v0.2.0

14 Aug 13:42
Compare
Choose a tag to compare

Thanks Erik, we get GlazeWM V3 support starting from v0.2.0
For 2.x user, please use glazewm-extra v0.1.10

v0.1.10

26 Jul 10:00
Compare
Choose a tag to compare

Enable efficiency mode
image

v0.1.9

26 Jul 05:44
Compare
Choose a tag to compare
chore: update url

v0.1.8

26 Jul 05:39
Compare
Choose a tag to compare

BREAKING CHANGES: The workspace preview is removed since webview2 doesn't work for everyone.

v0.1.7

17 Jul 05:51
Compare
Choose a tag to compare

feat: disable rounded corner

[[window_rules]]
command = "set rounded false"
match_process_name = ".*"

v0.1.6

16 Jul 13:32
Compare
Choose a tag to compare
chore: version 0.1.6

v0.1.5

16 Jul 11:50
4bb1465
Compare
Choose a tag to compare

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.

v0.1.4

12 Jul 12:06
Compare
Choose a tag to compare
chore: version 0.1.4

v0.1.3

05 Jul 14:17
Compare
Choose a tag to compare
feat: release ver.0.1.3