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 skhd # key mngr
# terminal # terminal
iterm2 # iterm2
# Fonts # Fonts
nerdfonts nerdfonts

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
termPath = "/Applications/Alacritty.app"; termPath = "/Applications/iTerm.app";
browserPath = "/Applications/Firefox.app"; browserPath = "/Applications/Firefox.app";
in in
{ {
@ -72,7 +72,7 @@ in
shift + cmd - c : yabai --restart-service shift + cmd - c : yabai --restart-service
# Start browser # Start browser
cmd - b : open -n ${browserPath} shift + cmd - b : open -n ${browserPath}
# Screenshot selection # Screenshot selection
cmd - f3 : screencapture -i -c cmd - f3 : screencapture -i -c

Loading…
Cancel
Save