aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-01-22 16:08:51 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-01-22 16:13:39 +0400
commitcbbb7a26fc0bff426d67bb2804167f01ade5fbe4 (patch)
treec887a439a67d46eb741c2bab3664ac045cab907f /src/input.rs
parent18566e336699fbf933dbd5584e9228b04196e893 (diff)
downloadniri-cbbb7a26fc0bff426d67bb2804167f01ade5fbe4.tar.gz
niri-cbbb7a26fc0bff426d67bb2804167f01ade5fbe4.tar.bz2
niri-cbbb7a26fc0bff426d67bb2804167f01ade5fbe4.zip
Update Smithay, use device changed session resume code
Should fix most cases of monitors failing to light up after a TTY switch.
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index f82de8a0..23ba6958 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -90,6 +90,7 @@ impl State {
TouchUp { .. } => (),
TouchCancel { .. } => (),
TouchFrame { .. } => (),
+ SwitchToggle { .. } => (),
Special(_) => (),
}