diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 5e07342..6f14910 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -170,7 +170,7 @@ skhd # key mngr # terminal - iterm2 + # iterm2 # Fonts nerdfonts diff --git a/nix-darwin/modules/skhd.nix b/nix-darwin/modules/skhd.nix index 20d4ecb..e6152ba 100644 --- a/nix-darwin/modules/skhd.nix +++ b/nix-darwin/modules/skhd.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - termPath = "/Applications/Alacritty.app"; + termPath = "/Applications/iTerm.app"; browserPath = "/Applications/Firefox.app"; in { @@ -72,7 +72,7 @@ in shift + cmd - c : yabai --restart-service # Start browser - cmd - b : open -n ${browserPath} + shift + cmd - b : open -n ${browserPath} # Screenshot selection cmd - f3 : screencapture -i -c