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