Skip to content

Commit 552c773

Browse files
authored
Merge pull request #308 from sij1nk/add-window-identifier-class-prefix
add "class:" prefix to class regex window identifier
2 parents bc428ac + 5edf85a commit 552c773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum WindowIdentifier<'a> {
2525
#[display("address:{_0}")]
2626
Address(Address),
2727
/// A Regular Expression to match the window class (handled by Hyprland)
28-
#[display("{_0}")]
28+
#[display("class:{_0}")]
2929
ClassRegularExpression(&'a str),
3030
/// The window title
3131
#[display("title:{_0}")]

0 commit comments

Comments
 (0)