From e51268a39eeffd56d016a8d25dc98a40ff045a9c Mon Sep 17 00:00:00 2001 From: Andreas Stührk Date: Sat, 2 Dec 2023 23:57:01 +0100 Subject: Add actions to move the active workspace to another monitor --- niri-config/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'niri-config/src') diff --git a/niri-config/src/lib.rs b/niri-config/src/lib.rs index 98d2097e..736f976e 100644 --- a/niri-config/src/lib.rs +++ b/niri-config/src/lib.rs @@ -490,6 +490,10 @@ pub enum Action { SetColumnWidth(#[knuffel(argument, str)] SizeChange), SwitchLayout(#[knuffel(argument)] LayoutAction), ShowHotkeyOverlay, + MoveWorkspaceToMonitorLeft, + MoveWorkspaceToMonitorRight, + MoveWorkspaceToMonitorDown, + MoveWorkspaceToMonitorUp, } #[derive(Debug, Clone, Copy, PartialEq)] -- cgit