commit ab92a7b601313a6863f54ff11dc115df043f0821 (tree) parent f7ab5ec1494e9031d36bfe483667207fcc858ead Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 7 Apr 2026 08:13:24 +0000 more wm Diffstat:
| M | modules/macbase/default.nix | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/modules/macbase/default.nix b/modules/macbase/default.nix @@ -156,6 +156,13 @@ in alt-shift-8 = "move-node-to-workspace 8"; alt-shift-9 = "move-node-to-workspace 9"; + # Cycle workspaces (awesome: mod+left/right) + alt-left = "workspace --wrap-around prev"; + alt-right = "workspace --wrap-around next"; + + # Lock screen (awesome: mod+x) + alt-x = "exec-and-forget pmset displaysleepnow"; + # Terminal (awesome: mod+return) alt-enter = "exec-and-forget open -na Ghostty"; };