From ed115a75222990183c7ab95a3ddfc034452aa6ff Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 21 Feb 2022 17:54:54 +0100 Subject: [PATCH] feat: macos: rearanged monitors --- macos/desktop.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macos/desktop.nix b/macos/desktop.nix index 8dc5bcb..0cdb185 100644 --- a/macos/desktop.nix +++ b/macos/desktop.nix @@ -63,6 +63,7 @@ in { ctrl + alt + shift - 7 : yabai -m window --space 7 ctrl + alt + shift - 8 : yabai -m window --space 8 ctrl + alt + shift - 9 : yabai -m window --space 9 + ctrl + alt + shift - 0 : yabai -m window --space 10 # ctrl + alt + shift - space : yabai -m space --balance ctrl + alt - space : yabai -m space --layout $(yabai -m query --spaces --space | jq -r 'if .["type"] == "bsp" then "float" else "bsp" end') @@ -84,8 +85,8 @@ in { ctrl + alt + shift - j : yabai -m window --swap south ctrl + alt + shift - k : yabai -m window --swap north - ctrl + alt - e : yabai -m display --focus 1 - ctrl + alt - w : yabai -m display --focus 2 + ctrl + alt - w : yabai -m display --focus 1 + ctrl + alt - e : yabai -m display --focus 2 ctrl + alt - g : yabai -m space --toggle gap && yabai -m space --toggle padding