From e0b7103c8d59da01b82ae20ce65a931e2ae4632f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 Oct 2022 11:40:44 +0200 Subject: [PATCH] home: wm: i3: add floating-related mappings --- home/wm/i3/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/wm/i3/default.nix b/home/wm/i3/default.nix index 57235ef..94d7202 100644 --- a/home/wm/i3/default.nix +++ b/home/wm/i3/default.nix @@ -175,6 +175,10 @@ in "${modifier}+Control+space" = "floating toggle"; # Change focus between tiling/floating "${modifier}+space" = "focus mode_toggle"; + # Center floating window + "${modifier}+c" = "move absolute position center"; + # Center floating window + "${modifier}+Shift+s" = "sticky toggle"; } { # Focus parent container