master
Elias Almqvist 3 months ago
parent 82c6c71577
commit a43aa55466
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nix-darwin/home.nix
  2. 4
      nix-darwin/modules/skhd.nix

@ -170,7 +170,7 @@
skhd # key mngr
# terminal
iterm2
# iterm2
# Fonts
nerdfonts

@ -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

Loading…
Cancel
Save