Skip to content

Commit

Permalink
feat(bar): add to hard-coded float identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Sep 14, 2024
1 parent bc4dabd commit a574837
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion komorebi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,13 @@ lazy_static! {
kind: ApplicationIdentifier::Class,
id: String::from("IHWindowClass"),
matching_strategy: Option::from(MatchingStrategy::Equals),
}),
MatchingRule::Simple(IdWithIdentifier {
kind: ApplicationIdentifier::Exe,
id: String::from("komorebi-bar.exe"),
matching_strategy: Option::from(MatchingStrategy::Equals),
})
]));

static ref PERMAIGNORE_CLASSES: Arc<Mutex<Vec<String>>> = Arc::new(Mutex::new(vec![
"Chrome_RenderWidgetHostHWND".to_string(),
]));
Expand Down

0 comments on commit a574837

Please sign in to comment.