summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-06-20 10:41:39 +0200
committerMike Vink <mike@pionative.com>2024-06-20 10:41:39 +0200
commitbb0cb5b43f4c709bde7d4ea1c5a090a071b77d54 (patch)
tree9435ffbf49183dbd07c03298349cbedad60d4d19
parent4037e2da7b0a10e087ba00f3c09ebf24e65c4953 (diff)
disable yabai and xkhd
-rw-r--r--machines/work.nix4
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 = {