mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Rename Screenshot to ScreenshotScreen
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ pub enum Action {
|
||||
PowerOffMonitors,
|
||||
ToggleDebugTint,
|
||||
Spawn(#[knuffel(arguments)] Vec<String>),
|
||||
Screenshot,
|
||||
ScreenshotScreen,
|
||||
ScreenshotWindow,
|
||||
CloseWindow,
|
||||
FullscreenWindow,
|
||||
|
||||
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user