Add wl-clipboard to tiling exceptions
This commit is contained in:
parent
0916d3599a
commit
bad8837d19
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ lazy_static::lazy_static! {
|
|||
r"tilda",
|
||||
r"zoom",
|
||||
r"^.*?action=join.*$",
|
||||
r"",
|
||||
]).unwrap();
|
||||
static ref EXCEPTIONS_TITLE: RegexSet = RegexSet::new(&[
|
||||
r".*",
|
||||
|
|
@ -81,6 +82,7 @@ lazy_static::lazy_static! {
|
|||
r".*",
|
||||
r".*",
|
||||
r".*",
|
||||
r"wl-clipboard",
|
||||
]).unwrap();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue