browser bind

master
Elias Almqvist 4 months ago
parent 90d6fe7ec2
commit 589fcc790b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      nix-darwin/modules/skhd.nix

@ -2,6 +2,7 @@
let let
termPath = "/Applications/Alacritty.app"; termPath = "/Applications/Alacritty.app";
browserPath = "/Applications/Firefox.app";
in in
{ {
home.file.".skhdrc" = { home.file.".skhdrc" = {
@ -69,6 +70,9 @@ in
# Restart yabai # Restart yabai
shift + cmd - q : yabai --restart-service shift + cmd - q : yabai --restart-service
# Start browser
cmd - b : open -n ${browserPath}
''; '';
}; };
} }

Loading…
Cancel
Save