summarylogtreecommitdiffstats
path: root/w_arg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'w_arg.patch')
-rw-r--r--w_arg.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/w_arg.patch b/w_arg.patch
deleted file mode 100644
index b4ae311df1f8..000000000000
--- a/w_arg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/main.rs b/src/main.rs
-index 1a63192..11049d3 100644
---- a/src/main.rs
-+++ b/src/main.rs
-@@ -380,7 +380,7 @@ fn idle_fn(cmd: &str, args: Vec<&str>) -> IdleResult {
- };
- let display = format!(":{}", device.chars().rev().next().unwrap_or('0'));
- let mut output = Command::new("w")
-- .arg("-hus")
-+ .arg("-husf")
- .stdout(Stdio::piped()).spawn()?;
- let _ = output.wait()?;
- let w_stdout = output.stdout