From bb0cb5b43f4c709bde7d4ea1c5a090a071b77d54 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 20 Jun 2024 10:41:39 +0200 Subject: disable yabai and xkhd --- machines/work.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/work.nix b/machines/work.nix index e7aa250..5b65772 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -202,7 +202,7 @@ # cmd - 5 : osascript -e 'tell application "calendar" to activate' # cmd - 6 : osascript -e 'tell application "mail" to activate' services.skhd = { - enable = true; + enable = false; skhdConfig = '' cmd - 1 : yabai -m space --focus 1 cmd - 2 : yabai -m space --focus 2 @@ -308,7 +308,7 @@ }; services.sketchybar.enable = true; services.yabai = { - enable = true; + enable = false; package = pkgs.yabai; enableScriptingAddition = true; config = { -- cgit v1.2.3