diff options
| author | Mike Vink <mike@pionative.com> | 2024-06-20 10:41:39 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-06-20 10:41:39 +0200 |
| commit | bb0cb5b43f4c709bde7d4ea1c5a090a071b77d54 (patch) | |
| tree | 9435ffbf49183dbd07c03298349cbedad60d4d19 /machines/work.nix | |
| parent | 4037e2da7b0a10e087ba00f3c09ebf24e65c4953 (diff) | |
disable yabai and xkhd
Diffstat (limited to 'machines/work.nix')
| -rw-r--r-- | machines/work.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = { |
