aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 26bf8763..10f92e32 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -116,7 +116,7 @@ impl State {
spawn(command, args);
}
}
- Action::Screenshot => {
+ Action::ScreenshotScreen => {
let active = self.niri.layout.active_output().cloned();
if let Some(active) = active {
if let Some(renderer) = self.backend.renderer() {