diff --git a/flake.lock b/flake.lock index f64ab8f..bce4787 100644 --- a/flake.lock +++ b/flake.lock @@ -582,11 +582,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1743518755, - "narHash": "sha256-Kclqxi3ocB0xYVljlrbbmc1Z32lZ5OxZ3v2ikFRqVFQ=", + "lastModified": 1743821376, + "narHash": "sha256-IEiro5RTX3vcbJLi0W69RldDkeEkpzPkaQkPgxxHZBo=", "owner": "DreamMaoMao", "repo": "maomaowm", - "rev": "d77fe3a2475b8f9189cb32db3e803ef4ce0ef087", + "rev": "60a561f3dfe4acd210f6330d9f7171add6317840", "type": "github" }, "original": { diff --git a/home/programs/desktop/maomaowm/default.nix b/home/programs/desktop/maomaowm/default.nix index 5c0a7c8..37c9c96 100644 --- a/home/programs/desktop/maomaowm/default.nix +++ b/home/programs/desktop/maomaowm/default.nix @@ -292,6 +292,15 @@ mousebind=NONE,btn_left,toggleoverview,-1 mousebind=NONE,btn_right,killclient,0 + gesturebind=NONE,left,3,focusdir,left + gesturebind=NONE,right,3,focusdir,right + gesturebind=NONE,up,3,focusdir,up + gesturebind=NONE,down,3,focusdir,down + gesturebind=NONE,left,4,viewtoleft_have_client + gesturebind=NONE,right,4,viewtoright_have_client + gesturebind=NONE,up,4,toggleoverview + gesturebind=NONE,down,4,toggleoverview + # Axis Bindings axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client