Skip to content

Commit

Permalink
add "class:" prefix to class regex window identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sij1nk committed Jan 29, 2025
1 parent bc428ac commit 5edf85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum WindowIdentifier<'a> {
#[display("address:{_0}")]
Address(Address),
/// A Regular Expression to match the window class (handled by Hyprland)
#[display("{_0}")]
#[display("class:{_0}")]
ClassRegularExpression(&'a str),
/// The window title
#[display("title:{_0}")]
Expand Down

0 comments on commit 5edf85a

Please sign in to comment.