feat: Open Wezterm.app with skhd
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user