aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 71892ca..ea74b32 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -91,7 +91,7 @@ fn main() -> Result<(), swayipc::Error> {
}
let wh = WindowHider {
- term: args.drain(1..nterms).collect(),
+ term: args.drain(1..=nterms).collect(),
regex: Regex::new(r"\d+ \((.*)\) \w (\d+) \d+").unwrap()
};