feat: Open Wezterm.app with skhd

This commit is contained in:
uttarayan21
2025-02-08 00:17:45 +05:30
parent 8ca4305d7b
commit 7c926824d1
3 changed files with 8 additions and 2 deletions

View File

@@ -35,6 +35,13 @@
protocol = "ssh-ng"; protocol = "ssh-ng";
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
} }
# {
# hostName = "shiro";
# sshUser = "remotebuilder";
# system = "aarch64-darwin";
# protocol = "ssh-ng";
# supportedFeatures = ["benchmark" "big-parallel" "kvm"];
# }
]; ];
distributedBuilds = true; distributedBuilds = true;
}; };

View File

@@ -4,7 +4,7 @@
enable = true; enable = true;
skhdConfig = '' skhdConfig = ''
# alt - return : ${pkgs.lib.getExe pkgs.kitty} --single-instance --directory ~ # alt - return : ${pkgs.lib.getExe pkgs.kitty} --single-instance --directory ~
alt - return : ${pkgs.lib.getExe pkgs.wezterm} alt - return : open ${pkgs.wezterm}/Applications/Wezterm.app
shift + alt - return: pkill afplay shift + alt - return: pkill afplay
# close focused window # close focused window

View File

@@ -37,7 +37,6 @@
yabai -m rule --add app='System Preferences' manage=off yabai -m rule --add app='System Preferences' manage=off
yabai -m rule --add app="choose" manage=off yabai -m rule --add app="choose" manage=off
yabai -m rule --add app="barrier" manage=off yabai -m rule --add app="barrier" manage=off
yabai -m rule --add app="steam" manage=off
''; '';
}; };
}; };