From 78002152b346b17d268df4d4a6b2ca1c669f21f9 Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Tue, 29 Jun 2021 22:32:29 +0200 Subject: Place new windows at cursor position I guess it would be better if there were an option that controlled this. --- src/move.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/move.h') diff --git a/src/move.h b/src/move.h index 8a737ff..0922a07 100644 --- a/src/move.h +++ b/src/move.h @@ -57,5 +57,10 @@ void SetDefaultSnapDistance(); */ void SetMoveMode(MoveModeType mode); +/** Make the client return to the screen/tray bounds. + * @param mode The client node to affect. + */ +void ReturnToBorder(struct ClientNode *np, int north, int west); + #endif -- cgit v1.2.3